00001 #ifndef _PC_KBD_H 00002 #define _PC_KBD_H 00003 00004 int kbd_ischar(void); 00005 00006 int kbd_getc(void); 00007 #endif