Sorting/buildValueBasedInput.h

Go to the documentation of this file.
00001 
00011 #ifndef BUILD_STRING_INPUT_H
00012 #define BUILD_STRING_INPUT_H
00013 
00015 #define ELEMENT_SIZE 26
00016 
00021 struct strElement {
00023   char   s[ELEMENT_SIZE];
00024 };
00025 
00033 extern void  sortValues (struct strElement *strings,
00034                          int numElements, int size,
00035                          int (*stringComp) (char *a1, char *a2));
00036 
00037 
00038 #endif  
Algorithm Development Kit 1.0