home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / c_utils / C_Utils / 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.