Is it possible to call an extra function when main() exits in C?
Thanks!
|
|
|
You can register functions to run after MSDN has a nice succinct example of how this is done. Basically, the functions registered with |
|||||||||||||||||||
|
|
Try the
|
|||
|
|
|
Great question and answers. Just a side note. Abuse of a similar feature in Delphi libraries led to applications which are annoyingly slow on close. |
||||
|
|
|
While
* GCC specific |
|||
|
|