File: exitcode.h

package info (click to toggle)
uni2ascii 4.18-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 776 kB
  • sloc: ansic: 5,605; tcl: 1,914; sh: 786; python: 53; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
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