EXIT_SUCCESS, EXIT_FAILURE
-
مقالة
-
- قراءة خلال 2 دقائق
-
#include <stdlib.h>
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