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

◆ memcopy()

void * fl::memcopy ( void * dst,
const void * src,
fl::size num )
inline

Definition at line 30 of file memfill.h.

30 {
31 return ::memcpy(dst, src, num);
32}

Referenced by fl::StrN< SIZE >::copy(), and FL_DISABLE_WARNING().

+ Here is the caller graph for this function: