MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / wmain

Function wmain

Examples/ApiServer/ApiServer.cpp:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203#if SC_PLATFORM_WINDOWS
204int wmain(int argc, wchar_t** argv) { return apiServerMain(argc, argv); }
205#else
206int main(int argc, char** argv) { return apiServerMain(argc, argv); }
207#endif

Callers

nothing calls this directly

Calls 1

apiServerMainFunction · 0.85

Tested by

no test coverage detected