コード例 #1
0
void UI_ctor(void) {
    UI_top_ctor((UI_top *)&AO_UI);
}
コード例 #2
0
/*..........................................................................*/
void UI_ctor(void) {                                  /* the global UI ctor */
    UI_top_ctor((UI_top *)&l_ui);
}