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