NetBurner 3.1
fdprintf.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef FD_PRINTF
6
#define FD_PRINTF
7
8
#include <stdarg.h>
9
10
int
fdprintf(
int
fc,
const
char
*format, ...);
11
int
fdiprintf(
int
fc,
const
char
*format, ...);
12
int
vfdprintf(
int
fc,
const
char
*format, va_list arg);
13
int
vfdiprintf(
int
fc,
const
char
*format, va_list arg);
14
15
#endif
nbrtos
include
fdprintf.h
Generated by
1.8.14