home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
software
/
utilities
/
disk_tools
/
cd32tools
/
debug.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-29
|
92b
|
11 lines
/*
call the debugger
*/
#include <proto/exec.h>
int main (void)
{
Debug(0);
return 0;
}