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

Function strncpy

src/fl/stl/cstring.cpp.hpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50char* strncpy(char* dest, const char* src, size_t n) FL_NOEXCEPT {
51 return ::strncpy(dest, src, n);
52}
53
54char* strcat(char* dest, const char* src) FL_NOEXCEPT {
55 return ::strcat(dest, src);

Callers 4

initEspIdfWifiMethod · 0.85
begin_crash_dumpMethod · 0.85
get_symbol_with_gdbMethod · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected