summaryrefslogtreecommitdiff
path: root/libc/src/stdio/generic/scanf.cpp
AgeCommit message (Collapse)Author
2025-03-20[libc] Support for scanf on baremetal (#131043)Petr Hosek
This uses the templatized scanf Reader interface introduced in #131037.