MCPcopy Create free account
hub / github.com/FastLED/FastLED / main

Function main

tests/doctest_main.cpp:141–143  ·  view source on GitHub ↗

Standard mode: Define main function

Source from the content-addressed store, hash-verified

139#else
140// Standard mode: Define main function
141int main(int argc, char** argv) {
142 return testing_detail::fl_main(argc, argv);
143}
144#endif // TEST_DLL_MODE

Callers

nothing calls this directly

Calls 1

fl_mainFunction · 0.85

Tested by

no test coverage detected