This website requires JavaScript.
Explore
Help
Sign In
straubruben
/
Photonics-Helfer
forked from
zwickethomas/Photonics-Helfer
Watch
1
Star
0
Fork
You've already forked Photonics-Helfer
0
Code
Pull Requests
Activity
0da98417cd
Photonics-Helfer
/
src
/
kbhit_linux.h
7 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
add sub-prog
2024-12-14 23:50:26 +01:00
#
ifndef KBHIT_LINUX_H_
#
define KBHIT_LINUX_H_
add windows pipes
2024-12-13 18:06:49 +01:00
add sub-prog
2024-12-14 23:50:26 +01:00
int
kbhit
(
)
;
add windows pipes
2024-12-13 18:06:49 +01:00
#
endif