Photonics-Helfer/src/kbhit_linux.h

11 lines
165 B
C
Raw Normal View History

2024-12-13 18:06:49 +01:00
#ifndef kbhit_linux_H_
#define kbhit_linux_H_
// #ifndef _FILE_NAME_H_
// #define _FILE_NAME_H_
// extern int kbhit();
int kbhit();
#endif