FastLED
3.9.15
Loading...
Searching...
No Matches
◆
memmove()
void * fl::memmove
(
void *
dest
,
const void *
src
,
size_t
n
)
Definition at line
120
of file
cstring.cpp.hpp
.
120
{
121
if
(n == 0)
return
dest;
122
return ::memmove(dest, src, n);
123
}
fl
third_party
hexwave
Generated on Tue Jun 16 2026 00:07:11 for FastLED by
1.13.2