annotate example/many_task/Func.h @ 935:11b19708e613 draft

-a option for sort
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 31 Jul 2010 03:13:24 +0900
parents e78f70dc7ef8
children 9ed1c4a877ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 enum {
651
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 220
diff changeset
2 #include "SysTasks.h"
220
gongo@localhost.localdomain
parents: 109
diff changeset
3 QUICK_SORT,
935
11b19708e613 -a option for sort
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 651
diff changeset
4 RESTART,
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
5 };