diff example/word_count/Func.h @ 393:72b73beb3325

add word_count
author e065725@localhost.localdomain
date Tue, 15 Sep 2009 16:30:46 +0900
parents
children 55f898a58748
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/word_count/Func.h	Tue Sep 15 16:30:46 2009 +0900
@@ -0,0 +1,10 @@
+enum {
+    TASK_EXEC,
+    TASK_PRINT,
+    RUN_FINISH,
+};
+
+#define DATA_NUM 12
+#define ADD_NUM 26
+
+#define DATA_ID 0