summaryrefslogtreecommitdiff
path: root/stdlib.c
AgeCommit message (Collapse)Author
2022-04-21mark some test variables as extern to avoid linker errorslibc-testsJakob Kaivo
2020-09-25move type test objects to file scope, remove need for (void)foo to avoid ↵Jakob Kaivo
warnings on unused variables
2020-08-15remove warnings about unused variablesJakob Kaivo
2019-03-06first strtod() testJakob Kaivo
2019-03-02some tests for atoi() and strtol()Jakob Kaivo
2019-03-01skeleton tests for all C89 headersJakob Kaivo