home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / md5.lzh / MD5 / string.h < prev    next >
Text File  |  1993-02-08  |  159b  |  12 lines

  1. #ifndef __STRING_H__
  2. #define __STRING_H__
  3.  
  4. #include "/dd/defs/strings.h"
  5. char    *strchr();
  6. int    strcspn();
  7. char    *strrchr();
  8. int    strspn();
  9. char    *strtok();
  10.  
  11. #endif
  12.