File: input.h

package info (click to toggle)
libarr 0.1-49
  • links: PTS
  • area: main
  • in suites: woody
  • size: 376 kB
  • ctags: 400
  • sloc: ansic: 2,106; makefile: 140; sh: 13
file content (16 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * $Id: input.h,v 1.2 2000/08/09 00:47:33 cbond Exp $
 */

#if !defined (__include_input_h__)
#define __include_input_h__

/*
 * These input routines are used for reading things from the console.  They are
 * unusually complicated because they need to work using both GPM and every
 * single terminal type.
 */
extern int input_init(void);
extern int input_reset(void);

#endif