File: exitcode.h

package info (click to toggle)
uni2ascii 4.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 992 kB
  • sloc: ansic: 8,730; sh: 4,471; tcl: 1,914; python: 53; makefile: 42
file content (13 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13

/* Exit statuses */

#define SUCCESS 0
#define OPENERROR 1
#define IOERROR 2
#define INFO 3
#define LIMITEXCEEDED 4
#define BADOPTION 5
#define BADOPTIONARG 6
#define OUTOFMEMORY 7
#define BADRECORD 8
#define OTHERERROR 9