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

◆ memcpy()

void * fl::memcpy ( void * dest,
const void * src,
size_t n )

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

110 {
111 if (n == 0) return dest;
112 return ::memcpy(dest, src, n);
113}

Referenced by hexwave_generate_samples().

+ Here is the caller graph for this function: