mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
Rather than mucking about with errno, we can just take advantage of the fact that on overflow, strtoull() is specified to return ULLONG_MAX, which is guaranteed to be (much) bigger than the maximum SOURCE_DATE_EPOCH that we can cope with. So our usual range check can cope with overflow as well.
Description
No description provided
Languages
C
79.4%
HTML
6.6%
Python
6.2%
PostScript
4.4%
CSS
1.9%
Other
1.5%