File: input.h

package info (click to toggle)
libuninum 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,204 kB
  • sloc: ansic: 9,968; sh: 8,721; tcl: 553; makefile: 27
file content (5 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (11)
1
2
3
4
5
#define INPUT_BUFOVERFLOW (-1)
#define INPUT_ENDOFINPUT (-2)
#define INPUT_SHORTRECORD (-3)
#define INPUT_BADENCODING (-4)