Go to the source code of this file.
Classes |
| struct | format_piece |
Defines |
| #define | USE_PRINTF_I64 0 |
Enumerations |
| enum | argclass {
literal_piece,
int_arg,
long_arg,
long_long_arg,
ptr_arg,
string_arg,
wide_string_arg,
wide_char_arg,
double_arg,
long_double_arg,
decfloat_arg
} |
Functions |
| struct format_piece * | parse_format_string (const char **arg) |
| void | free_format_pieces (struct format_piece *frags) |
| void | free_format_pieces_cleanup (void *) |
Define Documentation
Enumeration Type Documentation
- Enumerator:
| literal_piece |
|
| int_arg |
|
| long_arg |
|
| long_long_arg |
|
| ptr_arg |
|
| string_arg |
|
| wide_string_arg |
|
| wide_char_arg |
|
| double_arg |
|
| long_double_arg |
|
| decfloat_arg |
|
Definition at line 33 of file format.h.
Function Documentation