home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / amiga / jchlib / include / string.h < prev   
Encoding:
C/C++ Source or Header  |  1994-10-24  |  155 b   |  12 lines

  1. /* Tiny GCC Library
  2.  * string.h
  3.  * J÷rg H÷hle, 13-Jul-94
  4.  */
  5.  
  6. #ifndef _STRING_H_
  7. #define _STRING_H_
  8.  
  9. int strlen (const char *);
  10.  
  11. #endif /* ! _STRING_H_ */
  12.