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 compute_codewords(), compute_samples(), compute_stereo_samples(), convert_samples_short(), decode_residue(), start_decoder(), stb_vorbis_get_samples_float(), vorbis_decode_packet_rest(), and vorbis_init().

+ Here is the caller graph for this function: