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
/
getc.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-11-26
|
118b
|
12 lines
#include "libioP.h"
#include "stdio.h"
#undef getc
int
getc(stream)
FILE *stream;
{
return _IO_getc (stream);
}