home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume21
/
exebyte_toc
/
exitcodes.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-04-29
|
153b
|
11 lines
#ifndef EXITCODES_H
#define EXITCODES_H 1
#define EXIT_OK 0
#define EXIT_USAGE 1
#define EXIT_IO 2
#define EXIT_NOTOC 3
#define EXIT_TOOBIG 4
#endif