home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / go32 / ed / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-27  |  80 b   |  4 lines

  1. extern int can_longjmp;
  2. extern jmp_buf debugger_jmpbuf;
  3. void debugger(void);
  4.