Details | Compare with Previous | View Log
#ifndef _INPUT_H
#define _INPUT_H
char getinput(void);
void setupinput(void);
char getlonginput(void);
#endif