MCPcopy 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
4685static int vscanf(const char *format, va_list ap)
4686{
4687 return vfscanf(stdin, format, ap);
4688}
4689
4690static int sscanf(const char *str, const char *format, ...)
4691{

Callers 1

scanfFunction · 0.85

Calls 1

vfscanfFunction · 0.85

Tested by

no test coverage detected