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)
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
15
int
compare_short
();
16
int
compare_int
();
17
int
sort_int
();
18
int
sort_short
();
19
#endif
20
#endif
sort_int
int sort_int()
compare_short
int compare_short()
compare_int
int compare_int()
sort_short
int sort_short()
ecat
kernel
num_sort.h
Generated by
1.13.2