An abort function is passed no arguments and should return no value. The call for the function is as follows:
|
Your abort function should terminate the program after completing the desired cleanup processing. Follow the format:
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
||
Cautions: An abort function should exit with exit() and not return.