| 82 | |
| 83 | |
| 84 | extern "C" int |
| 85 | OPS_ResetInputNoBuilder(ClientData clientData, Tcl_Interp *interp, int cArg, |
| 86 | int mArg, TCL_Char ** const argv, Domain *domain) |
| 87 | { |
| 88 | theInterp = interp; |
| 89 | currentArgv = argv; |
| 90 | currentArg = cArg; |
| 91 | maxArg = mArg; |
| 92 | return 0; |
| 93 | } |
| 94 | |
| 95 | extern "C" int |
| 96 | OPS_GetIntInput(int *numData, int *data) |
no outgoing calls
no test coverage detected