mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6a145a9262
- 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
7 lines
191 B
C
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_ */
|