home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
lib
/
objcol2
/
sort.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-02
|
241 b
|
13 lines
void sort( int sorttype, int argtype, void *data, int n, int *retlank );
/* sorttype */
#define SORT_BUBBLE 1
#define SORT_SHELL 2
/* argtype */
#define SORT_CHAR 1
#define SORT_SHORT 2
#define SORT_LONG 3
#define SORT_STR 4