GadgetSeed  0.9.6
initsect.c
[詳解]
1 /** @file
2  @brief エミュレータセクション初期化
3 
4  @date 2009.10.18
5  @author Takashi SHUDO
6 */
7 
8 #include "asm-emu.h"
9 
10 void init_sect(void)
11 {
12  // Do not nothing
13 }
エミュレータ用制御