summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/vsscanf_test.cpp
AgeCommit message (Collapse)Author
2024-07-31[libc] Add vsscanf function (#101402)Joseph Huber
Summary: Adds support for the `vsscanf` function similar to `sscanf`. Based off of https://github.com/llvm/llvm-project/pull/97529.