MCPcopy 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
186void conoutfv(const char *fmt, va_list args)
187{
188 vfprintf(logfile, fmt, args);
189 fputc('\n', logfile);
190}
191
192void conoutf(const char *fmt, ...)
193{

Callers 1

conoutfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected