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

Function String_Format3

src/String.c:430–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 String_Format4(str, format, a1, a2, NULL, NULL);
429}
430void String_Format3(cc_string* str, const char* format, const void* a1, const void* a2, const void* a3) {
431 String_Format4(str, format, a1, a2, a3, NULL);
432}
433void String_Format4(cc_string* str, const char* format, const void* a1, const void* a2, const void* a3, const void* a4) {
434 const void* arg;
435 int i, j = 0, digits;

Callers 15

MusicAsset_DownloadFunction · 0.85
Logger_FormatWarn2Function · 0.85
DumpModuleFunction · 0.85
LogCrashHeaderFunction · 0.85
SignalHandlerFunction · 0.85
Window_SaveFileDialogFunction · 0.85
OpenChatLogFunction · 0.85
AppendChatLogFunction · 0.85
SysFonts_AddFunction · 0.85
Game_TakeScreenshotFunction · 0.85
EntryList_SetFunction · 0.85
MainScreen_ResumeHoverFunction · 0.85

Calls 1

String_Format4Function · 0.85

Tested by

no test coverage detected