typedef struct menu_entry { void (*select)(void); // routine to call when selected char name[15]; // name to display for this entry struct menu *next_menu;
確定! 回上一頁