home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
SCIENCE
/
STAGES12.ZIP
/
DEBUG.C
< prev
next >
Wrap
Text File
|
1991-04-13
|
138b
|
11 lines
#if DEBUG
#if PC
clrscr1(1);
gotoxy(1, 5);
cprintf("%s: ", tab);
hitreturn(1);
#else
printf("\t: \n");
#endif
#endif