Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ strncat
Function
strncat
src/fl/stl/cstring.cpp.hpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
char* strncat(char* dest, const char* src, size_t n) FL_NOEXCEPT {
59
return ::strncat(dest, src, n);
60
}
61
62
const char* strstr(const char* haystack, const char* needle) FL_NOEXCEPT {
63
return ::strstr(haystack, needle);
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected