summaryrefslogtreecommitdiff
path: root/src/stdio/__scanf.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-05rename all per-header internal structs to __<header>_hJakob Kaivo
2024-06-03track previously converted pointers in __printf() for checking in __scanf()Jakob Kaivo
2024-05-31fix bugsJakob Kaivo
2024-05-31initial implementation of __scanf()Jakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-15add empty prototype functionJakob Kaivo