summaryrefslogtreecommitdiff
path: root/libc/src/stdio/scanf_core/string_reader.h
AgeCommit message (Expand)Author
2025-03-17[libc] Templatize the scanf Reader interface (#131037)Petr Hosek
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google
2022-11-07[libc] add scanf readerMichael Jones