Public Attributes | |
| FormatType | type |
| int | flags |
| long | width |
| long | precision |
| union { | |
| char * str | |
| void * ptr | |
| long num | |
| double dnum | |
| } | data |
Definition at line 138 of file mprintf.c.
| long va_stack_t::width |
| char* va_stack_t::str |
| void* va_stack_t::ptr |
| long va_stack_t::num |
| double va_stack_t::dnum |
| union { ... } va_stack_t::data |
Referenced by dprintf_formatf(), and dprintf_Pass1().
1.5.6