Files
lcdproc/server/input.h
T

8 lines
123 B
C
Raw Normal View History

1999-12-09 23:15:14 +00:00
#ifndef INPUT_H
#define INPUT_H
// Accepts and uses keypad input while displaying screens...
int handle_input ();
1999-12-09 23:15:14 +00:00
#endif