EXIT_xxxx #define
Go Up to stdlib.h Index
Header File
stdlib.h
Description
Constants defining exit conditions for calls to the exit function.
Name | Meaning |
---|---|
EXIT_SUCCESS |
Normal program termination |
EXIT_FAILURE |
Abnormal program termination |