home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / rolodex / part01 / toolsdir / sys5.h < prev   
Encoding:
C/C++ Source or Header  |  1988-01-30  |  102 b   |  8 lines

  1. #ifdef SYS5
  2. #define rindex strrchr
  3. #define index strchr
  4. #ifndef VMS
  5. #include <string.h>
  6. #endif
  7. #endif
  8.