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

Function c_function

tests/fl/stl/compiler_control.cpp:71–74  ·  view source on GitHub ↗

Test helper: External C function

Source from the content-addressed store, hash-verified

69
70// Test helper: External C function
71FL_EXTERN_C_BEGIN
72int c_function() {
73 return 100;
74}
75FL_EXTERN_C_END
76
77// Test helper: Namespace-scoped constexpr variable

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected