Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
337
int vfprintf(FILE* __restrict__, const char* __restrict__, va_list) {
338
UNIMPLEMENTED();
339
}
340
341
int ungetc(int _Ch, FILE* _File) {
342
UNIMPLEMENTED();
Callers
1
drmMsg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected