summaryrefslogtreecommitdiff
path: root/src/stdio/__conv.c
AgeCommit message (Collapse)Author
2024-06-07split formatted I/O header, unify undefined behavior reporting with ↵Jakob Kaivo
UNDEFINED_FMT() macro
2024-06-06rework formatted I/O to do most validation in __conv(), use __conv() from ↵Jakob Kaivo
__printf(), implement more and more robust __printf() functionality
2024-06-03include correct headerJakob Kaivo
2024-05-31initial implementation of __scanf()Jakob Kaivo