2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00
xNBA/src/include/pc_kbd.h

8 lines
87 B
C
Raw Normal View History

2005-03-08 18:53:11 +00:00
#ifndef _PC_KBD_H
#define _PC_KBD_H
int kbd_ischar(void);
int kbd_getc(void);
#endif