#include <sys/types.h>
#include <stdarg.h>
Go to the source code of this file.
Data Structures | |
struct | printf_spec_t |
Structure for specifying output methods for different printf clones. More... | |
Functions | |
int | printf_core (const char *, printf_spec_t *, va_list) |
Print formatted string. |
Definition in file printf_core.h.