Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ concatformatstring
Function
concatformatstring
source/src/tools.cpp:597–601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
char *concatformatstring(char *d, const char *s, ...)
598
{
599
static defvformatstring(temp, s, s);
600
return concatstring(d, temp);
601
}
602
603
int cvecprintf(vector<char> &v, const char *s, ...)
604
{
Callers
15
textureslotusage
Function · 0.85
textureslotbyname
Function · 0.85
initlogging
Function · 0.85
filterconfigset
Function · 0.85
enumeratekt
Function · 0.85
listsubdir
Function · 0.85
listdir
Function · 0.85
filerotate
Function · 0.85
parsemessages
Function · 0.85
loopi
Function · 0.85
gmode_enum
Function · 0.85
rendermodel.cpp
File · 0.85
Calls
1
concatstring
Function · 0.85
Tested by
no test coverage detected