Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 697 Bytes

File metadata and controls

27 lines (20 loc) · 697 Bytes
title EXIT_SUCCESS, EXIT_FAILURE
ms.date 06/25/2018
f1_keywords
EXIT_FAILURE
EXIT_SUCCESS
helpviewer_keywords
EXIT_SUCCESS constant
EXIT_FAILURE constant
ms.assetid ff2c82cb-c0bb-4556-a812-59aa278bfac5

EXIT_SUCCESS, EXIT_FAILURE

Required header

#include <stdlib.h>

Remarks

These are arguments for the exit and _exit functions, and the return values for the atexit and _onexit functions.

Constant Defined value
EXIT_SUCCESS 0
EXIT_FAILURE 1

See also

Global Constants