7 lines
79 B
C
7 lines
79 B
C
#ifndef KBHIT_LINUX_H_
|
|
#define KBHIT_LINUX_H_
|
|
|
|
int kbhit();
|
|
|
|
#endif
|