36 irc = Tcl_PkgProvide(interp,
"rutiltpp",
"1.0.0");
37 if (irc != TCL_OK)
return irc;
45 }
catch (exception& e) {
46 Tcl_AppendResult(interp,
"-E: exception caught in Rutiltpp_Init: '",
47 e.what(),
"'",
nullptr);
int Rutiltpp_Init(Tcl_Interp *interp)
static void CreateCmds(Tcl_Interp *interp)
FIXME_docs.
static void CreateCmds(Tcl_Interp *interp)
FIXME_docs.
Declaration of class ReventLoop.