scrut(1)
: use <stdlib.h>
EXIT_
macros
#78
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Putting this here to remind myself.
return 0
should bereturn EXIT_SUCCESS
, otherwise should be a sysexits.h(3) or stdlib.h(0p) code.