diff example/many_task/Func.h @ 1513:18b63e697c61 draft

many_task/quick_sort is changed recursive to loop
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 08 Oct 2012 02:03:18 +0900
parents 9ed1c4a877ca
children c21bd32e20b9
line wrap: on
line diff
--- a/example/many_task/Func.h	Mon Oct 01 16:51:26 2012 +0900
+++ b/example/many_task/Func.h	Mon Oct 08 02:03:18 2012 +0900
@@ -1,6 +1,7 @@
 enum {
 #include "SysTasks.h"
     QUICK_SORT,
+    QUICK_SORT_LOOP,
     SortSimple,
     SortCompat,
 };