Mercurial > hg > Game > Cerium
annotate example/word_count/Func.h @ 946:852ed17d8af1 draft
unify word count examples....
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 01 Aug 2010 21:05:35 +0900 |
parents | 026e9e7f1402 |
children | 233bb9355fb7 |
rev | line source |
---|---|
393 | 1 enum { |
649 | 2 #include "SysTasks.h" |
393 | 3 TASK_EXEC, |
946
852ed17d8af1
unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
649
diff
changeset
|
4 RUN_TASK_BLOCKS, |
393 | 5 TASK_PRINT, |
6 RUN_FINISH, | |
7 }; | |
8 | |
9 #define DATA_NUM 12 | |
10 #define ADD_NUM 26 | |
11 | |
12 #define DATA_ID 0 |