FastLED
3.9.15
Loading...
Searching...
No Matches
◆
qsort()
void fl::qsort
(
void *
base
,
size_t
nmemb
,
size_t
size
,
qsort_compare_fn
compar
)
Definition at line
440
of file
cstdlib.cpp.hpp
.
440
{
441
if
(!base || nmemb <= 1 || size == 0 || !compar) {
442
return
;
443
}
444
445
char
* arr =
static_cast<
char
*
>
(base);
446
detail::qsort_impl
(arr, nmemb, size, compar);
447
}
fl::detail::qsort_impl
void qsort_impl(char *base, size_t nmemb, size_t size, qsort_compare_fn compar)
Definition
cstdlib.cpp.hpp:417
fl
third_party
vorbis
Generated on Tue Jun 16 2026 00:07:11 for FastLED by
1.13.2