ecat 6.0.0
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)
5extern "C" {
6#endif
7int compare_short(const void *a, const void *b);
8int compare_int(const void *a, const void *b);
9int sort_short(short *v, int count);
10int sort_int(int *v, int count);
11#if defined(__cplusplus)
12}
13#endif
14#else
19#endif
20#endif
int sort_int()
int compare_short()
int compare_int()
int sort_short()