You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Replies to message #1,493
-
🇵🇦 Nuestro primer dominio localizado está en español en
kiwifarms.pa. Our first localized domain is on Spanish on
kiwifarms.pa.
Here's qsort:
void qsort(void *base, size_t nitems, size_t size, int (*compar)(const void *, const void*))
Where's the abstraction saving me...
C
I specifically wrote that C gives you enough rope to build the abstraction yourself. You quote the "generic" qsort() as a counterpoint, which is...