File: exitcode.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 (15 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* Exit statuses */

#define SUCCESS 0
#define OPENERROR 1
#define EIOERROR 2
#define INFO 3
#define LIMITEXCEEDED 4
#define BADOPTION 5
#define BADOPTIONARG 6
#define OUTOFMEMORY 7
#define BADRECORD 8
#define OTHERERROR 9
#define RANGEERROR 10
#define NOTSORTED 11