Photonics-Helfer/src/kbhit_linux.h

7 lines
79 B
C
Raw Normal View History

2024-12-14 23:50:26 +01:00
#ifndef KBHIT_LINUX_H_
#define KBHIT_LINUX_H_
2024-12-13 18:06:49 +01:00
2024-12-14 23:50:26 +01:00
int kbhit();
2024-12-13 18:06:49 +01:00
#endif