MCPcopy Create free account
hub / github.com/NetHack/NetHack / Device

Class Device

sys/amiga/amiwind.c:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#define BufferQueueChar(ch) (KbdBuffer[KbdBuffered++] = (ch))
29
30struct Device *ConsoleDevice = NULL;
31
32/* Library bases - opened by amii_init_nhwindows, closed by amii_cleanup.
33 DOSBase is provided by newlib's startup code.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected