| 48 | |
| 49 | volatile bool mpbond_int_state = false; |
| 50 | void OnINT_SetIntState(int) |
| 51 | { |
| 52 | cerr << "\n-------- REQUESTED INTERRUPT!\n"; |
| 53 | mpbond_int_state = true; |
| 54 | } |
| 55 | |
| 56 | int main( int argc, char** argv ) |
| 57 | { |
nothing calls this directly
no outgoing calls
no test coverage detected