COHERENT manpages

This page displays the COHERENT manpage for EXIT_FAILURE [Indicate program failed to execute successfully].

List of available manpages
Index


EXIT_FAILURE -- Manifest Constant

Indicate program failed to execute successfully
#include <stdlib.h>

EXIT_FAILURE is a manifest constant that is defined in the header stdlib.h.
It  is used  as an  argument to  the function exit()  to indicate  that the
program failed to execute successfully.

See Also

exit(),
manifest constant,
stdlib.h
ANSI Standard, §7.10.4.3