Mercurial > hg > Members > kono > Cerium
view example/MemList/spe/spe-main.cc @ 1038:153dd7b4b8a6
accepts comma as a backward compatibility
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 07 Dec 2010 16:38:08 +0900 |
parents | cc06efc75ad9 |
children |
line wrap: on
line source
#include "Func.h" #include "SchedTask.h" SchedExternTask(Hello); /** * この関数は SpeScheduler から呼ばれるので * 必ずこの関数名でお願いします。 */ void task_init(Scheduler *s) { SchedRegisterTask(HELLO_TASK, Hello); }