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

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Jul 3 04:54:22 PDT 2024


https://github.com/jhuber6 commented:

The implementation is trivial here, can you go ahead and do it? All you need to do is copy the code from `sscanf` sans the `va_list` creation.

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


More information about the libc-commits mailing list