diff options
Diffstat (limited to 'tmp/printf/printf.h')
-rwxr-xr-x | tmp/printf/printf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmp/printf/printf.h b/tmp/printf/printf.h index f697ea6..01ea7b9 100755 --- a/tmp/printf/printf.h +++ b/tmp/printf/printf.h @@ -119,8 +119,8 @@ void tfp_sprintf(char* s,const char *fmt, ...); void tfp_format(void* putp,void (*putf) (void*,char),const char *fmt, va_list va); -#define printf tfp_printf -#define sprintf tfp_sprintf +#define printf tfp_printf +#define sprintf tfp_sprintf #ifdef __cplusplus }; |