[libc-commits] [libc] [libc] Add `vsscanf` function (PR #97529)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Jul 3 10:48:48 PDT 2024


https://github.com/jhuber6 commented:

Thanks, now we just need a test. I think you should add this to every `config/*/entrypoints.txt` that already contains `sscanf`. The test should then add `vsscanf` as a dependency in the CMakeLists.txt. Add a single test that calls `vsscanf` using an existing va_list.

https://github.com/llvm/llvm-project/pull/97529


More information about the libc-commits mailing list