This patch adds scanf, sscanf, and fscanf entrypoints. It also adds unit
tests for sscanf and a basic test to fscanf. The scanf function is
basically impossible to test in an automated fashion due to it recieving
user input.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rG36991d8342ca: [libc] add scanf entrypoints
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo