File: input.h

package info (click to toggle)
msort 8.53-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,364 kB
  • sloc: sh: 10,138; ansic: 10,031; makefile: 52
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)