mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-13 23:01:31 +00:00
8 lines
87 B
C
8 lines
87 B
C
#ifndef _PC_KBD_H
|
|
#define _PC_KBD_H
|
|
|
|
int kbd_ischar(void);
|
|
|
|
int kbd_getc(void);
|
|
#endif
|