Specifier type¶
Overview¶
The specifier type explicitly assigns a type to a printf() parameter. More…
// typedefs typedef enum fmt_spec_type fmt_spec_type; // enums enum fmt_spec_type;
Detailed Documentation¶
The specifier type explicitly assigns a type to a printf() parameter. It can be one of a limited set of options including integer, hex representation, floating point numbers, etc.