RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Macros | Functions
iovprintf.c File Reference

This source file contains the implementation of _IO_Vprintf(). More...

#include <rtems/dev/io.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <string.h>

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

 __FBSDID ("$FreeBSD: head/sys/kern/subr_prf.c 336417 2018-07-17 14:56:54Z markj $")
 
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.
 

Detailed Description

This source file contains the implementation of _IO_Vprintf().