Mercurial > hg > Game > Cerium
view example/Null/ppe/task_init.cc @ 1712:c8c45e5b4a1c draft
add
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Oct 2013 18:04:49 +0900 |
parents | e38a4f3e238d |
children |
line wrap: on
line source
#include "Func.h" #include "Scheduler.h" SchedExternTask(NullTask); void task_init() { SchedRegister(NullTask); }