include/keyboard.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Tue, 02 Feb 2010 13:41:48 +0100
changeset 3 a80adbcf4882
parent 0 06dd3b8d90ad
permissions -rw-r--r--
Default txt2pho file 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