Go to the source code of this file.
Defines | |
| #define | ELEMENT_SIZE 26 |
| Fixed element size as macro. | |
Functions | |
| void | sortPointers (char **strings, int numElements, int(*stringComp)(char *a1, char *a2)) |
| Interface to sort the pointer-based information found in strings. | |
| #define ELEMENT_SIZE 26 |
Fixed element size as macro.
| void sortPointers | ( | char ** | strings, | |
| int | numElements, | |||
| int(*)(char *a1, char *a2) | stringComp | |||
| ) |
Interface to sort the pointer-based information found in strings.
| strings | Array of pointer-based strings in memory. | |
| numElements | Number of strings in this array. | |
| stringComp | function to compare two string values. |
Algorithm Development Kit 1.0