Sorting/buildFileBasedInput.h

Go to the documentation of this file.
00001 
00012 #ifndef BUILD_FILE_INPUT_H
00013 #define BUILD_FILE_INPUT_H
00014 
00015 #include <stdlib.h>
00016 
00025 extern void sortFile (FILE *strings, int numElements, int size,
00026                       int (*fileCompString) (const long pos, const char *a2));
00027 
00029 #define ELEMENT_SIZE 26
00030 
00031 
00032 #endif  
Algorithm Development Kit 1.0