view example/many_task/Func.h @ 945:a9c7784e5dae

sort example fix ( simple task accepts one param and more compatible with old task)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 01 Aug 2010 19:29:27 +0900
parents e54842e4d97b
children
line wrap: on
line source

enum {
#include "SysTasks.h"
    QUICK_SORT,
    SortSimple,
    SortCompat,
};