home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
WINDOWS
/
MISC
/
WZUN11SR.ZIP
/
STDIO.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-06-30
|
432 b
|
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)
{
}