------------------------- void Q3_ClearTaskID( int *taskID ) WARNING: Clearing a taskID will make that task never finish unless you intend to return the same taskID from somewhere else. ------------------------- */
| 530 | ------------------------- |
| 531 | */ |
| 532 | void Q3_TaskIDClear( int *taskID ) |
| 533 | { |
| 534 | *taskID = -1; |
| 535 | } |
| 536 | |
| 537 | /* |
| 538 | ------------------------- |
no outgoing calls
no test coverage detected