home *** CD-ROM | disk | FTP | other *** search
- /* Unexec for the Archimedes.
- *
- * Used as unexec(filename), which dumps a full core image of the
- * current program to file filename. This image is a proper unsqueezed
- * Archimedes application. You can squeeze the resulting executable just
- * like any other program.
- */
-
- extern void unexec (char *);
-