algorithm.h

Go to the documentation of this file.
00001 
00008 #ifndef CTL_ALGORITHM_H
00009 #define CTL_ALGORITHM_H
00010 
00016 #define ctl_array_qsort_declare(type)\
00017 void ppConcat(type,_array_qsort)( type* low, type* high, int (*compare)(const type* p1, const type* p2) )
00018 
00024 #define ctl_array_bsort_declare(type)\
00025 void ppConcat(type,_array_bsort)( type* low, type* high, int (*compare)(const type* p1, const type* p2) )
00026 
00027 
00028 #endif /* CTL_ALGORITHM_H */

Generated on Fri Jan 2 15:28:34 2009 for Squat by  doxygen 1.5.6