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

◆ memcmp()

int fl::memcmp ( const void * s1,
const void * s2,
size_t n )

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

115 {
116 if (n == 0) return 0;
117 return ::memcmp(s1, s2, n);
118}

Referenced by is_whole_packet_present(), vorbis_search_for_page_pushdata(), and vorbis_validate().

+ Here is the caller graph for this function: