| 357 | |
| 358 | extern "C" |
| 359 | int OPS_ResetInputNoBuilder(ClientData clientData, Tcl_Interp * interp, |
| 360 | int cArg, int mArg, TCL_Char * *argv, Domain * domain) |
| 361 | { |
| 362 | return (*OPS_ResetInputNoBuilderPtr)(clientData, interp, cArg, mArg, argv, domain); |
| 363 | } |
| 364 | |
| 365 | extern "C" |
| 366 | int OPS_GetNDM() |
no outgoing calls
no test coverage detected