Hacker News new | ask | show | jobs
by rustyzig 96 days ago
What kind of modern C wizardry is that? qsort was:

    qsort(base, nel, width, compar)
    char *base;
    int (*compar)();