Ben Harris c2e45853f7 Use EXIT_SUCCESS and EXIT_FAILURE
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.
2024-11-10 09:27:31 +00:00
2024-06-12 22:54:26 +01:00
2024-11-10 09:27:31 +00:00
2024-10-04 00:30:30 +01:00
2024-10-24 00:01:26 +01:00
2024-10-19 21:02:11 +01:00
2024-11-10 09:22:21 +00:00
Description
No description provided
1.5 MiB
Languages
C 79.4%
HTML 6.6%
Python 6.2%
PostScript 4.4%
CSS 1.9%
Other 1.5%