mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* 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); }
|
||||
|
||||
|
Reference in New Issue
Block a user