Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 711 Bytes

atexit-function-c.md

File metadata and controls

24 lines (22 loc) · 711 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
atexit Function (C) | Microsoft Docs
11/04/2016
cpp-language
article
C++
atexit function
9e1a761d-52f7-4581-a790-3ff97c80f931
6
mikeblome
mblome
ghogen

atexit Function (C)

ANSI 4.10.4.3 The status returned by the atexit function if the value of the argument is other than zero, EXIT_SUCCESS, or EXIT_FAILURE

The atexit function returns zero if successful, or a nonzero value if unsuccessful.

See Also

Library Functions