aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/baremetal/scanf.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-03-20[libc] Support for scanf on baremetal (#131043)Petr Hosek1-0/+37
This uses the templatized scanf Reader interface introduced in #131037.