aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/intX.c.h
AgeCommit message (Collapse)Author
2025-12-31Changed is_between() to be bidirectionalBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
applications of it.
2025-12-21Minor fix for checking return valuesBruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-10-20Clean up macro codeBruce Hill
2025-10-19Move integer implementation details into separate header/C files, backedBruce Hill
by template headers that use an INT_BITS macro to redefine implementations for different int sizes.