include/keyboard.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sun, 14 Dec 2008 12:50:33 +0100
changeset 2 6ee2a130dc07
parent 0 06dd3b8d90ad
permissions -rw-r--r--
Common Makefile Style committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 *  $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