File: input.h

package info (click to toggle)
msort 8.52-1.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,224 kB
  • sloc: sh: 10,094; ansic: 9,882; makefile: 106
file content (5 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (9)
1
2
3
4
5
#define INPUT_BUFOVERFLOW (-1)
#define INPUT_ENDOFINPUT (-2)
#define INPUT_SHORTRECORD (-3)
#define INPUT_BADENCODING (-4)