MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_vsscanf

Function SDL_vsscanf

deps/SDL2/src/stdlib/SDL_string.c:1078–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076
1077#ifdef HAVE_VSSCANF
1078int
1079SDL_vsscanf(const char *text, const char *fmt, va_list ap)
1080{
1081 return vsscanf(text, fmt, ap);
1082}
1083#else
1084int
1085SDL_vsscanf(const char *text, const char *fmt, va_list ap)

Callers 1

SDL_sscanfFunction · 0.85

Calls 9

SDL_isspaceFunction · 0.85
SDL_ScanLongFunction · 0.85
SDL_strncmpFunction · 0.85
SDL_tolowerFunction · 0.85
SDL_ScanLongLongFunction · 0.85
SDL_ScanUnsignedLongLongFunction · 0.85
SDL_ScanUnsignedLongFunction · 0.85
SDL_ScanUintPtrTFunction · 0.85
SDL_ScanFloatFunction · 0.85

Tested by

no test coverage detected