| 367 | } |
| 368 | |
| 369 | int CForward::PushFloatByRef(float *num, int flags) |
| 370 | { |
| 371 | default_args_.PushFloatByRef(num, flags); |
| 372 | if (default_args_.error) |
| 373 | return SetError(SP_ERROR_PARAMS_MAX); |
| 374 | return SP_ERROR_NONE; |
| 375 | } |
| 376 | |
| 377 | int CForward::PushArray(cell_t *inarray, unsigned int cells, int flags) |
| 378 | { |
no outgoing calls
no test coverage detected