示例#1
0
int
constructHelpScreen (void) {
  if (!helpScreenConstructed) {
    if (!helpScreen.construct()) return 0;
    helpScreenConstructed = 1;
  }

  return 1;
}
示例#2
0
static int
helpScreen_construct (void) {
  return helpScreen.construct();
}