Skip to content
monitor.h 279 B
Newer Older
Raymond Toy's avatar
Raymond Toy committed
/*

 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_
wlott's avatar
wlott committed

extern void ldb_monitor(void);
extern void throw_to_monitor(void);