Photonics-Helfer/src/kbhit_linux.h
2024-12-14 23:50:26 +01:00

7 lines
79 B
C

#ifndef KBHIT_LINUX_H_
#define KBHIT_LINUX_H_
int kbhit();
#endif