Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
FL_EXTERN_C_BEGIN
72
int c_function() {
73
return 100;
74
}
75
FL_EXTERN_C_END
76
77
// Test helper: Namespace-scoped constexpr variable
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected