home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / macgambit-20-compiler-src-p1 / Runtime (.c & .h) / load.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-26  |  146 b   |  4 lines  |  [TEXT/KAHL]

  1. extern void init_ofile( /* ptr, len */ );
  2. extern SCM_obj init_program( /* argc, argv, envp */ );
  3. extern long load_ofile( /* name, init_proc */ );
  4.