EXIT_FAILURE Constant

stdlib.h

#define EXIT_FAILURE 1

Failure exit code for exit.

EXIT_FAILURE is a constant (here with value 1) which is usually defined in stdlib.h. Its meaning is "the exit code upon failure for exit".