FastLED 3.9.15
Loading...
Searching...
No Matches

◆ strncpy()

char * fl::strncpy ( char * dest,
const char * src,
size_t n )

Definition at line 50 of file cstring.cpp.hpp.

50 {
51 return ::strncpy(dest, src, n);
52}

References FL_NOEXCEPT.