home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / adb / dummy.c < prev    next >
Encoding:
Text File  |  1979-01-10  |  136 b   |  18 lines

  1. #
  2. /*
  3.  *
  4.  *    UNIX debugger - small version
  5.  *
  6.  */
  7.  
  8. subpcs(modif)
  9. {
  10.     prints("sub processes not supported\n");
  11. }
  12.  
  13. delbp()
  14. {;}
  15.  
  16. endpcs()
  17. {;}
  18.