00001 00011 #ifndef BUILD_POINTER_BASED_INPUT_H 00012 #define BUILD_POINTER_BASED_INPUT_H 00013 00015 #define ELEMENT_SIZE 26 00016 00024 extern void sortPointers (char **strings, int numElements, 00025 int (*stringComp) (char *a1, char *a2)); 00026 00027 #endif