static BOOL consoleRequired = TRUE;
#ifndef TK_LOCAL_APPINIT #define TK_LOCAL_APPINIT Tcl_AppInit #endif extern int TK_LOCAL_APPINIT([[Tcl_Interp]] *interp);
#ifdef TK_LOCAL_MAIN_HOOK extern int TK_LOCAL_MAIN_HOOK(int *argc, char ***argv); #endif