Sorting (Windows Embedded CE 6.0)
1/5/2010
Use the following functions for searching and sorting:
Routine | Use |
---|---|
qsort |
Performs a quick sort. |
qsort_s |
Performs a quick sort. Security-enhanced version of qsort. |
For detailed reference information about these functions, see Visual Studio 2005 Product Documentation.