MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / PrintString

Function PrintString

SampleFramework11/v1.02/Utility.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void PrintString(const char* format, ...)
27{
28 va_list args;
29 va_start(args, format);
30 vprintf_s(format, args);
31 printf_s("\n");
32}
33
34std::wstring MakeString(const wchar* format, ...)
35{

Callers 1

ExtractBakePointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected