/ Use it to export a function that do throwing. */ /
| 547 | /* Use it to export a function that do throwing. */ |
| 548 | /***********************************************************************/ |
| 549 | static void *DoThrow(int n) |
| 550 | { |
| 551 | throw n; |
| 552 | } /* end of DoThrow */ |
| 553 | |
| 554 | /***********************************************************************/ |
| 555 | /* Program for sub-allocating one item in a storage area. */ |
no outgoing calls
no test coverage detected