Split qsort from the main Yaffs Direct base
[yaffs2.git] / direct / optional_sort / README_qsort.txt
diff --git a/direct/optional_sort/README_qsort.txt b/direct/optional_sort/README_qsort.txt
new file mode 100644 (file)
index 0000000..571803f
--- /dev/null
@@ -0,0 +1,19 @@
+Optional QSort
+~~~~~~~~~~~~~~
+
+Yaffs needs a sort function for sorting block indices during scanning.
+
+Most systems already have qsort (or an equivalent that can be used)
+as part of the standard library and generally it is best to use that.
+
+For those systems that do not have this, we supply the qsort in this
+directory.
+
+This qsort.c file is the only code that is supplied as part of the
+Yaffs Direct code that is NOT written, from the ground up, by Aleph One.
+
+The licensing terms are fairly innocuous. Please read the banner at the top
+of qsort.c
+
+
+