summaryrefslogtreecommitdiff
path: root/stdio.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-08-08replace all instances of test_defined() with #ifdef testsJakob Kaivo
2019-03-01skeleton tests for all C89 headersJakob Kaivo