Mercurial > hg > Game > Cerium
view example/HelloWorld/spe/Hello.cc @ 281:f05d6c185f55 draft
changeset:260 repair
author | tkaito@localhost.localdomain |
---|---|
date | Fri, 05 Jun 2009 11:47:19 +0900 |
parents | 028ffc9c0375 |
children | 768452fab95e |
line wrap: on
line source
#include <stdio.h> #include "Hello.h" #include "Func.h" /* ¤³¤ì¤Ïɬ¿Ü */ SchedDefineTask(Hello); int Hello::run(void *rbuf, void *wbuf) { int task_id = get_param(0); printf("[%d] Hello, World!!\n", task_id); return 0; }