*#define ns__command0 "::command"
static int
tcl__command0(ClientData clientdata, Tcl_Interp *interp, Tcl_Size objc, Tcl_Obj *CONST objv\[\])
{
return TCL_OK;
}
*
Fake_Init*
*Tcl_CreateObjCommand2(interp, ns__command0, tcl__command0, NULL, NULL);
*
