comparison example/dependency_task/ppe/Exec.cc @ 354:81b25e5d5379

add example/get_segment and change spe/DrawSpan.cpp
author koba
date Wed, 15 Jul 2009 17:39:51 +0900
parents 5c194c71eca8
children 44c0bce54dcf
comparison
equal deleted inserted replaced
284:6ceb40aec7fb 354:81b25e5d5379
1 #include <stdio.h> 1 #include <stdio.h>
2 #include "Exec.h" 2 #include "Exec.h"
3 #include "Func.h" 3 #include "Func.h"
4 4
5 /* ɬ */ 5 /* これは必須 */
6 SchedDefineTask(Exec); 6 SchedDefineTask(Exec);
7 7
8 int 8 int
9 Exec::run(void *rbuf, void *wbuf) 9 Exec::run(void *rbuf, void *wbuf)
10 { 10 {