EXIT_SUCCESS Constant

stdlib.h

#define EXIT_SUCCESS 0

Normal exit code for exit.

EXIT_SUCCESS is a constant (here with value 0) which is usually defined in stdlib.h. Its meaning is "the exit code upon success for exit".