106 #ifndef __TFP_PRINTF__ 107 #define __TFP_PRINTF__ 112 void init_printf(
void* putp,
void (*putf) (
void*,
char));
117 void tfp_format(
void* putp,
void (*putf) (
void*,
char),
const char *fmt, va_list va);
119 #define printf tfp_printf 121 #define sprintf tfp_sprintf void tfp_format(void *putp, void(*putf)(void *, char), const char *fmt, va_list va)
void tfp_sprintf(char *s, const char *fmt,...)
void tfp_printf(const char *fmt,...)
void init_printf(void *putp, void(*putf)(void *, char))