mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
13 lines
246 B
C
13 lines
246 B
C
/* NOASCII: pulls out as much ASCII disk i/o as possible. */
|
|
|
|
|
|
noascii() { ; } /* stubroutine 'tag' */
|
|
|
|
|
|
char * __noascii_io_msg = "ascii disk i/o rtns";
|
|
|
|
_rdasc() { _optoff(__noascii_io_msg); }
|
|
_wrtasc() { _optoff(__noascii_io_msg); }
|
|
|
|
|