1 #ifndef _SYS_EXITS_H_INCLUDED_
2 #define _SYS_EXITS_H_INCLUDED_
27 #define SYS_EXITS_CODE(n) ((n) >= EX__BASE && (n) <= EX__MAX)
36 #define EX_UNAVAILABLE 69
37 #define EX_SOFTWARE 70
40 #define EX_CANTCREAT 73
42 #define EX_TEMPFAIL 75
43 #define EX_PROTOCOL 76
const SYS_EXITS_DETAIL * sys_exits_detail(int)
const char * sys_exits_strerror(int)
int sys_exits_softerror(int)