MOS Source Code
Loading...
Searching...
No Matches
printf_flags_t Struct Reference

Public Attributes

bool left_aligned
 
bool show_sign
 
bool space_if_positive
 
bool pad_with_zero
 
bool hash
 
s32 minimum_width
 
bool has_explicit_precision
 
s32 precision
 
length_modifier_t length
 

Detailed Description

Definition at line 30 of file mos_stdio_impl.c.

Member Data Documentation

◆ left_aligned

bool left_aligned

Definition at line 32 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ show_sign

bool show_sign

Definition at line 33 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ space_if_positive

bool space_if_positive

Definition at line 34 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ pad_with_zero

bool pad_with_zero

Definition at line 35 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ hash

bool hash

Definition at line 40 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ minimum_width

s32 minimum_width

Definition at line 50 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ has_explicit_precision

bool has_explicit_precision

Definition at line 52 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ precision

s32 precision

Definition at line 57 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().

◆ length

Definition at line 59 of file mos_stdio_impl.c.

Referenced by parse_printf_flags(), printf_diouxX(), and vsnprintf().


The documentation for this struct was generated from the following file: