#include <stddef.h>
Go to the source code of this file.
Defines | |
#define | TESTS_VM_QSORT_H 1 |
Functions | |
void | qsort_bytes (unsigned char *buf, size_t size) |
void qsort_bytes | ( | unsigned char * | buf, | |
size_t | size | |||
) |
Definition at line 114 of file qsort.c.
References is_sorted(), partition(), pick_pivot(), and qsort_bytes().
Referenced by main(), and qsort_bytes().