Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
7500 commits behind the upstream repository.
save.h 232 B
/*
 * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/save.h,v 1.2 1993/04/28 01:58:37 wlott Exp $
 */

#ifndef _SAVE_H_
#define _SAVE_H_

#include "core.h"

extern boolean save(char *filename, lispobj initfun);

#endif