forked from zwickethomas/Photonics-Helfer
11 lines
165 B
C
11 lines
165 B
C
|
#ifndef kbhit_linux_H_
|
||
|
#define kbhit_linux_H_
|
||
|
|
||
|
// #ifndef _FILE_NAME_H_
|
||
|
// #define _FILE_NAME_H_
|
||
|
|
||
|
// extern int kbhit();
|
||
|
int kbhit();
|
||
|
|
||
|
#endif
|