mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
9 lines
195 B
C
9 lines
195 B
C
/* NOTTYIN: eliminates console input functions from read(). */
|
|
|
|
|
|
nottyin() { ; } /* stubroutine 'tag' */
|
|
|
|
static char * __nottyin_msg = "tty input";
|
|
|
|
_ttyin() { _optoff(__nottyin_msg); }
|