home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / SSPELL12.ZIP / STRFN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-04  |  157 b   |  11 lines

  1. #ifdef pyr
  2. # include <strings.h>
  3. # include "string.h" 
  4. #else
  5. # ifdef __TURBOC__
  6. #  include <string.h>
  7. # else
  8. #  include <string.h>
  9. # endif
  10. #endif 
  11.