NetBurner 3.5.0
PDF Version
 
fdiprintf.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef FD_IPRINTF
6#define FD_IPRINTF
7
8#include <stdarg.h>
9
10int fdiprintf(int fc, const char *format, ...);
11int vfdiprintf(int fc, const char *format, va_list arg);
12
13#endif