RTEMS 6.1-rc6
|
This source file contains the implementation of _IO_Vprintf(). More...
Macros | |
#define | MAXNBUF (howmany(sizeof(intmax_t) * NBBY, 3) + 1) |
#define | PCHAR(c) {int cc=(c); (*put_char)(cc, arg); retval++; } |
#define | tflag lflag |
#define | zflag lflag |
Functions | |
int | _IO_Vprintf (IO_Put_char put_char, void *arg, char const *fmt, va_list ap) |
Prints characters using the put character handler according to the format string. | |
This source file contains the implementation of _IO_Vprintf().