MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / String_Format1

Function String_Format1

src/String.c:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void String_Format1(cc_string* str, const char* format, const void* a1) {
425 String_Format4(str, format, a1, NULL, NULL, NULL);
426}
427void String_Format2(cc_string* str, const char* format, const void* a1, const void* a2) {
428 String_Format4(str, format, a1, a2, NULL, NULL);
429}

Callers 15

Gfx_GetApiInfoFunction · 0.85
MusicAsset_SaveFunction · 0.85
UnhandledFilterFunction · 0.85
Directory_EnumFunction · 0.85
Process_StartGame2Function · 0.85
DynamicLib_DescribeErrorFunction · 0.85
Directory_EnumFunction · 0.85
DynamicLib_DescribeErrorFunction · 0.85
HttpClient_SerialiseFunction · 0.85

Calls 1

String_Format4Function · 0.85

Tested by

no test coverage detected