MCPcopy Create free account
hub / github.com/SickleSec/GhostWolf / PrintMessageA

Function PrintMessageA

Ghostwolf/Helper.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10}
11void PrintMessageA(char const* const Message, ...) {
12 printf(Message);
13}
14void PrintMessageW(wchar_t const* const Message, ...) {
15 wprintf(Message);
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected