#include <sys/types.h>
#include <stdlib.h>
Functions | |
void | sortValues (void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *)) |
Sort the value-based array using built-in qsort() method. |
void sortValues | ( | void *const | pbase, | |
size_t | total_elems, | |||
size_t | size, | |||
int(*)(const void *, const void *) | cmp | |||
) |
Sort the value-based array using built-in qsort() method.
Algorithm Development Kit 1.0