ecat  5.1.2
num_sort.h
Go to the documentation of this file.
1 #ifndef num_sort_h
2 #define num_sort_h
3 #if defined(__STDC__) || defined(__cplusplus)
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
7 int compare_short(const void *a, const void *b);
8 int compare_int(const void *a, const void *b);
9 int sort_short(short *v, int count);
10 int sort_int(int *v, int count);
11 #if defined(__cplusplus)
12 }
13 #endif
14 #else
17 int sort_int();
18 int sort_short();
19 #endif
20 #endif
int sort_int()
int compare_short()
int compare_int()
int sort_short()