comparison example/HelloWorld/ppe/Hello.cc @ 298:58fd16298954

from EUC to UTF-8
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 07 Jun 2009 15:17:41 +0900
parents 5c194c71eca8
children 44c0bce54dcf
comparison
equal deleted inserted replaced
297:f8006660a45c 298:58fd16298954
1 #include <stdio.h> 1 #include <stdio.h>
2 #include "SchedTask.h" 2 #include "SchedTask.h"
3 #include "Hello.h" 3 #include "Hello.h"
4 #include "Func.h" 4 #include "Func.h"
5 5
6 /* ɬ */ 6 /* これは必須 */
7 SchedDefineTask(Hello); 7 SchedDefineTask(Hello);
8 8
9 int 9 int
10 Hello::run(void *rbuf, void *wbuf) 10 Hello::run(void *rbuf, void *wbuf)
11 { 11 {