home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OS9_Unix.lzh / DEFS / string.h < prev    next >
Text File  |  1992-09-29  |  176b  |  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. char    *strerror();
  11. #endif
  12.