mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 14:03:06 -04:00
This is a bit of C pedantry. POSIX requires that an exit status of zero is success and non-zero is failure, but the C standard says no such thing. Instead it provides EXIT_SUCCESS and EXIT_FAILURE. Since Bedstead aspires to work on non-POSIX systems, it should use the defined constants. Also removing magic numbers is a good thing.
Description
No description provided
Languages
C
79.4%
HTML
6.6%
Python
6.2%
PostScript
4.4%
CSS
1.9%
Other
1.5%