| Gentee Programming Language > Documentation > Libraries | Download documentation |
The function sorting strings and numbers.
fastsort( uint data, uint count, uint size, uint mode )
data The pointer to the data to be sorted. count The number of items. size The size of one item. mode The type of sorting. $FSORT_STR sorting strings $FSORT_STRIGNORE sorting strings case-insensitively $FSORT_UINT sorting numbers of the uint type.
The items being sorted can be of any type, but the first field in this type must be the str or uint type depending on the type of sorting.
Copyright © 2004-2006 Gentee Inc. All rights reserved. |