cosmopolitan/libc/sysv/consts/exit.h
Justine Tunney 6a145a9262 Make improvements
- Add hierarchical auto-completion to redbean's repl
- Fetch latest localtime() and strftime() from Eggert
- Shave a few milliseconds off redbean start latency
- Fix redbean repl with multi-line statements
- Make the Lua unix module code more elegant
- Harden Lua data structure serialization
2022-04-27 05:39:39 -07:00

7 lines
191 B
C

#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_EXIT_H_
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_EXIT_H_
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_EXIT_H_ */