10 if (
sizeof(
void*) >
sizeof(
long)) {
11 Tcl_SetResult(interp, (
char*)
"ERROR: Pointers are bigger than longs", TCL_STATIC);
16 if (Tcl_InitStubs(interp,
"8.1", 0) == NULL) {
20 if (Tcl_PkgRequire(interp,
"Tcl",
"8.1", 0) == NULL) {
24 if (Tcl_PkgProvide(interp,
"cctw", STR(CCTW_VERSION)) != TCL_OK) {
28 Tcl_CreateObjCommand(interp,
"cctw", (Tcl_ObjCmdProc *)
Cctwtcl_Cmd,
29 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
32 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
35 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
38 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
41 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
44 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
int Cctwtcl_Input_Cmd(ClientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])
int Cctwtcl_Parameters_Cmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])
int Cctwtcl_Cmd(ClientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])
int Cctwtcl_Merge_Cmd(ClientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])
int Cctwtcl_Output_Cmd(ClientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])
int Cctwtcl_Transform_Cmd(ClientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[])