Photonics-Helfer/src/kbhit_linux.h

7 lines
79 B
C

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