home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gnu
/
libg++-2.6.2.lha
/
libg++-2.6.2
/
libio
/
stdio
/
fdopen.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-20
|
122b
|
10 lines
#include "libioP.h"
_IO_FILE *
fdopen (fd, mode)
int fd;
const char *mode;
{
return _IO_fdopen (fd, mode);
}