int constructHelpScreen (void) { if (!helpScreenConstructed) { if (!helpScreen.construct()) return 0; helpScreenConstructed = 1; } return 1; }
static int helpScreen_construct (void) { return helpScreen.construct(); }