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

Function main

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

Source from the content-addressed store, hash-verified

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