home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 19
/
CD_ASCQ_19_010295.iso
/
vrac
/
e4dv203.zip
/
TEMPLATE.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-14
|
172b
|
16 lines
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/* Prototypes */
/* End of Prototypes */
int main(int argc, char * argv[])
{
return 0;
}