#ifndef KITSH_NEED_WINMAIN
#include <tcl.h>
int TclKit_AppInit(Tcl_Interp *interp);
int main(int argc, char **argv) {
Tcl_Interp *x;
x = Tcl_CreateInterp();
Tcl_Main(argc, argv, TclKit_AppInit);
return(0);
}
#endif
#ifndef KITSH_NEED_WINMAIN
#include <tcl.h>
int TclKit_AppInit(Tcl_Interp *interp);
int main(int argc, char **argv) {
Tcl_Interp *x;
x = Tcl_CreateInterp();
Tcl_Main(argc, argv, TclKit_AppInit);
return(0);
}
#endif