Split qsort from the main Yaffs Direct base
[yaffs2.git] / direct / optional_sort / README_qsort.txt
1 Optional QSort
2 ~~~~~~~~~~~~~~
3
4 Yaffs needs a sort function for sorting block indices during scanning.
5
6 Most systems already have qsort (or an equivalent that can be used)
7 as part of the standard library and generally it is best to use that.
8
9 For those systems that do not have this, we supply the qsort in this
10 directory.
11
12 This qsort.c file is the only code that is supplied as part of the
13 Yaffs Direct code that is NOT written, from the ground up, by Aleph One.
14
15 The licensing terms are fairly innocuous. Please read the banner at the top
16 of qsort.c
17
18
19