home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / utilslib / h / Unexec < prev    next >
Encoding:
Text File  |  1991-09-02  |  304 b   |  10 lines

  1. /* Unexec for the Archimedes.
  2.  *
  3.  * Used as unexec(filename), which dumps a full core image of the
  4.  * current program to file filename. This image is a proper unsqueezed
  5.  * Archimedes application. You can squeeze the resulting executable just
  6.  * like any other program.
  7.  */
  8.  
  9. extern void unexec (char *);
  10.