Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ vscanf
Function
vscanf
examples/stdlib.c:4685–4688 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4683
}
4684
4685
static int vscanf(const char *format, va_list ap)
4686
{
4687
return vfscanf(stdin, format, ap);
4688
}
4689
4690
static int sscanf(const char *str, const char *format, ...)
4691
{
Callers
1
scanf
Function · 0.85
Calls
1
vfscanf
Function · 0.85
Tested by
no test coverage detected