function calls an external function "Recaller"
| 10 | |
| 11 | // function calls an external function "Recaller" |
| 12 | int Recaller2(int testA, int testB) |
| 13 | { |
| 14 | nullcRunFunction("Recaller", testA, testB); |
| 15 | return (int)nullcGetResultLong(); |
| 16 | } |
| 17 | |
| 18 | // function calls internal function, that calls external function "Recaller" |
| 19 | int Recaller3(int testA, int testB) |
no test coverage detected