| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Preferred system exit codes as defined by sysexits.h. This library is inspired by this rust library.
All constants from the manpage sysexits(3) are available without the EX_ prefix.
import exitcode
import sys
sys.exit(exitcode.OK)| Back | FazBrowse Home | New Git URL |