mirror of
https://github.com/open-simh/simh.git
synced 2026-01-20 18:07:22 +00:00
Includes up through commit fc7a6fc602e2fbcd24851670a5242358765feacf from https://github.com/kstenerud/Musashi
7 lines
91 B
C
7 lines
91 B
C
#ifndef HEADER__OSD
|
|
#define HEADER__OSD
|
|
|
|
int osd_get_char(void);
|
|
|
|
#endif /* HEADER__OSD */
|