home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1993 #2
/
Image.iso
/
wp
/
e4v160.zip
/
TEMPLATE.C
< prev
Wrap
C/C++ Source or Header
|
1993-05-05
|
171b
|
16 lines
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/* Prototypes */
/* End of Prototypes */
int main(int argc, char * argv[])
{
return 0;
}