Поделиться через


EXIT_SUCCESS, EXIT_FAILURE

#include <stdlib.h>

Заметки

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

См. также

Основные понятия

atexit

exit, _exit

_onexit, _onexit_m

Global Constants