Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ conoutfv
Function
conoutfv
source/src/master.cpp:186–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void conoutfv(const char *fmt, va_list args)
187
{
188
vfprintf(logfile, fmt, args);
189
fputc(
'\n'
, logfile);
190
}
191
192
void conoutf(const char *fmt, ...)
193
{
Callers
1
conoutf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected