Home
last modified time | relevance | path

Searched defs:printf_spec (Results 1 – 1 of 1) sorted by relevance

/DragonStub/apps/lib/
H A Dvsprintf.c12 struct printf_spec { struct
13 unsigned int type : 8; /* format_type enum */
14 signed int field_width : 24; /* width of output field */
15 unsigned int flags : 8; /* flags to number() */
16 unsigned int base : 8; /* number base, 8, 10 or 16 only */
17 signed int precision : 16; /* # of digits/chars */