NetBurner 3.5.0
PDF Version
 
fdprintf.h
Go to the documentation of this file.
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
23#ifndef FD_PRINTF
24#define FD_PRINTF
25
26#include <stdarg.h>
27
37int fdprintf(int fc, const char *format, ...);
38
48int fdiprintf(int fc, const char *format, ...);
49
59int vfdprintf(int fc, const char *format, va_list arg);
60
70int vfdiprintf(int fc, const char *format, va_list arg);
71
72#endif
73
int fdprintf(int fc, const char *format,...)
printf to a file descriptor
int vfdprintf(int fc, const char *format, va_list arg)
printf to a file descriptor using va_list arguments
int fdiprintf(int fc, const char *format,...)
printf to a file descriptor with integer (no floating point) support
int vfdiprintf(int fc, const char *format, va_list arg)
printf to a file descriptor with integer (no floating point) support using va_list arguments