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