efm2/src/efm/sort.h

7 lines
88 B
C

#ifndef SORT_H
# define SORT_H 1
int sort_cmd(const void *c1, const void *c2);
#endif