TIFILES_PRINTF Define

file_def.h

typedef int (*TIFILES_PRINTF) (const char *format, ...);

Parameters

format
a format specifiers string
...
a variable argument list
Returns
the number of arguments correctly processed.


Summary

A function type similar to the printf function.

See also

tifiles_set_printf


Return to the API index