#include <stdarg.h>
Go to the source code of this file.
|
void | init_printf (void *putp, void(*putf)(void *, char)) |
|
void | tfp_format (void *putp, void(*putf)(void *, char), const char *fmt, va_list va) |
|
void | tfp_printf (const char *fmt,...) |
|
void | tfp_sprintf (char *s, const char *fmt,...) |
|
void init_printf |
( |
void * |
putp, |
|
|
void(*)(void *, char) |
putf |
|
) |
| |
void tfp_format |
( |
void * |
putp, |
|
|
void(*)(void *, char) |
putf, |
|
|
const char * |
fmt, |
|
|
va_list |
va |
|
) |
| |
void tfp_printf |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
void tfp_sprintf |
( |
char * |
s, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |