home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / SCIENCE / STAGES12.ZIP / DEBUG.C < prev    next >
Text File  |  1991-04-13  |  138b  |  11 lines

  1. #if DEBUG
  2. #if PC
  3.   clrscr1(1);
  4.   gotoxy(1, 5);
  5.   cprintf("%s: ", tab);
  6.   hitreturn(1);
  7. #else
  8.   printf("\t: \n");
  9. #endif
  10. #endif
  11.