home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / !runtime / str.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-18  |  146 b   |  12 lines  |  [TEXT/R*ch]

  1. #ifndef _str_
  2. #define _str_
  3.  
  4.  
  5. #include "misc.h"
  6.  
  7. mlsize_t string_length P((value));
  8. value compare_strings P((value, value));
  9.  
  10.  
  11. #endif /* _str_ */
  12.