MCPcopy Create free account
hub / github.com/GJDuck/e9patch / vfscanf

Function vfscanf

examples/stdlib.c:4672–4678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4670}
4671
4672static int vfscanf(FILE *stream, const char *format, va_list ap)
4673{
4674 stdio_lock(stream, -1);
4675 int result = vfscanf_unlocked(stream, format, ap);
4676 stdio_unlock(stream);
4677 return result;
4678}
4679
4680static int vscanf_unlocked(const char *format, va_list ap)
4681{

Callers 2

vscanfFunction · 0.85
fscanfFunction · 0.85

Calls 1

vfscanf_unlockedFunction · 0.85

Tested by

no test coverage detected