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

Function wmain

Examples/AsyncWebServer/AsyncWebServer.cpp:379–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378#if SC_PLATFORM_WINDOWS
379int wmain(int argc, wchar_t** argv) { return asyncWebServerMain(argc, argv); }
380#else
381int main(int argc, char** argv) { return asyncWebServerMain(argc, argv); }
382#endif

Callers

nothing calls this directly

Calls 1

asyncWebServerMainFunction · 0.85

Tested by

no test coverage detected