[libc-commits] [libc] [libc] Add `vsscanf` function (PR #97529)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Jul 3 16:13:17 PDT 2024
================
@@ -968,6 +968,13 @@ def StdC : StandardSpec<"stdc"> {
RetValSpec<IntType>,
[ArgSpec<IntType>, ArgSpec<FILEPtr>]
>,
+ FunctionSpec<
----------------
michaelrj-google wrote:
you should also add `vsscanf` to `entrypoints.txt` for the relevant platforms
https://github.com/llvm/llvm-project/pull/97529
More information about the libc-commits
mailing list