NetBurner 3.5.8
PDF Version
Toggle main menu visibility
fdprintf.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
12
183
184
#ifndef FD_PRINTF
185
#define FD_PRINTF
186
187
#include <stdarg.h>
188
263
int
fdprintf
(
int
fd,
const
char
*format, ...);
264
341
int
fdiprintf
(
int
fd,
const
char
*format, ...);
342
442
int
vfdprintf
(
int
fd,
const
char
*format, va_list args);
443
554
int
vfdiprintf
(
int
fd,
const
char
*format, va_list args);
555
556
#endif
// FD_PRINTF
557
// End of groupFdprintf
fdprintf
int fdprintf(int fd, const char *format,...)
Print formatted output to a file descriptor.
fdiprintf
int fdiprintf(int fd, const char *format,...)
Print formatted output to a file descriptor (integer-only, no float).
vfdiprintf
int vfdiprintf(int fd, const char *format, va_list args)
Print formatted output to a file descriptor using va_list (integer-only).
vfdprintf
int vfdprintf(int fd, const char *format, va_list args)
Print formatted output to a file descriptor using va_list.
nbrtos
include
fdprintf.h
Generated by
1.18.0