Go to the source code of this file.
Compounds | |
struct | u_printf_spec_info |
Typedefs | |
typedef struct u_printf_spec_info | u_printf_spec_info |
typedef int32_t (* | u_printf_info )(const u_printf_spec_info *info, int32_t *argtypes, int32_t n) |
A u_printf info function. More... | |
typedef int32_t (* | u_printf_handler )(UFILE *stream, const u_printf_spec_info *info, const ufmt_args *args) |
A u_printf handler function. More... | |
Functions | |
int32_t | u_printf_register_handler (UChar spec, u_printf_info info, u_printf_handler handler) |
Register a uprintf handler function with uprintf. More... |
|
A u_printf handler function. A u_printf handler is responsible for handling a single u_printf format specification, for example 'd' or 's'.
|
|
A u_printf info function.
A u_printf info is reponsible for reporting to u_printf how many arguments are required for the
|
|
|
|
Register a uprintf handler function with uprintf.
|