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

  1. #ifndef _roots_
  2. #define _roots_
  3.  
  4. #include "misc.h"
  5.  
  6. void local_roots P((void (*copy_fn) (value *, value)));
  7.  
  8.  
  9. #endif /* _roots_ */
  10.