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

◆ memset()

void * fl::memset ( void * s,
int c,
size_t n )

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

125 {
126 if (n == 0) return s;
127 return ::memset(s, c, n);
128}

Referenced by hexwave_create(), and hexwave_generate_samples().

+ Here is the caller graph for this function: