home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
wzun11sr
/
stdio.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-07-01
|
432b
|
21 lines
#include <sys\types.h>
#include <sys\stat.h>
#include <time.h>
#include <string.h>
#include <windows.h> /* required for all Windows applications */
#include "winunzip.h" /* specific to this program */
/* Standard IO
*/
int printf(char *format, ...)
{
}
int fprintf(unsigned int file, char *format, ...)
{
}
int perror(char *parm1, char *parm2)
{
}