/* This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. */ #ifndef _MONITOR_H_ #define _MONITOR_H_ extern void ldb_monitor(void); extern void throw_to_monitor(void); #endif /* _MONITOR_H_ */