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 >
Text File  |  1991-05-31  |  101b  |  12 lines

  1.  
  2.  
  3. Listing 4
  4.  
  5. #ifdef ANSI
  6. #include <stdio.h>
  7. #else
  8. char *strcat();
  9. char *strcpy();
  10. #endif
  11.  
  12.