mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-11 23:43:19 +00:00
8 lines
208 B
C
8 lines
208 B
C
#ifndef VMEMSAVEDEFS_H
|
|
#define VMEMSAVEDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR vmem_save(char *sysout_file_name);
|
|
LispPTR vmem_save0(LispPTR *args);
|
|
void lisp_finish(int exit_status);
|
|
#endif
|