home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_02_08
/
2n08066b
< prev
next >
Wrap
Text File
|
1991-05-31
|
101b
|
12 lines
Listing 4
#ifdef ANSI
#include <stdio.h>
#else
char *strcat();
char *strcpy();
#endif