MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / vfprintf

Function vfprintf

Source/Windows/Common/CRT/IO.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337int vfprintf(FILE* __restrict__, const char* __restrict__, va_list) {
338 UNIMPLEMENTED();
339}
340
341int ungetc(int _Ch, FILE* _File) {
342 UNIMPLEMENTED();

Callers 1

drmMsgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected