Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 577 Bytes

File metadata and controls

14 lines (11 loc) · 577 Bytes
title Using atexit
ms.date 11/04/2016
f1_keywords
atexit
helpviewer_keywords
atexit function
ms.assetid d28fda17-c3d4-4af6-ba44-f44886bbb237

Using atexit

With the atexit function, you can specify an exit-processing function that executes prior to program termination. No global static objects initialized prior to the call to atexit are destroyed prior to execution of the exit-processing function.

See also

Additional Termination Considerations