home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sherlock.zip / EXCEPT / EXCEPT.ZIP / SOURCE.ZIP / DEBUGGEE.C next >
Text File  |  1992-12-12  |  72b  |  5 lines

  1. #include <stdlib.h>
  2. void  main() {
  3.    printf("Debuggee here\n");
  4. }
  5.