aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/util.h
AgeCommit message (Collapse)Author
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-16Roll back change to add a return for unreachable functionsBruce Hill
2025-04-16Automatically add return for unreachable code blocks (following aBruce Hill
_Noreturn) to make TinyCC happy
2025-04-15Deprecate `auto`Bruce Hill
2025-04-15Bring back TCC support!Bruce Hill
2025-04-03Deprecate heap_strfBruce Hill
2025-03-21Move stdlib into src/Bruce Hill