author | Markus Bröker <mbroeker@largo.dyndns.tv> |
Mon, 09 Sep 2013 15:54:09 +0200 | |
changeset 4 | be4de85337e5 |
parent 0 | 06dd3b8d90ad |
permissions | -rw-r--r-- |
/** * $Id: keyboard.h 48 2008-01-09 23:59:19Z mbroeker $ * $URL: http://localhost/svn/c/VirtualReader/trunk/include/keyboard.h $ */ #ifndef __KEYBOARD_H__ #define __KEYBOARD_H__ #include <stdio.h> #include <unistd.h> #include <termios.h> #ifdef DEBUG #include <ctype.h> #endif char getSingleKey (void); #endif