.TH "EXIT_FAILURE" "" "" "Manifest Constant"
.II "program^indicate failure"
.PC "Indicate program failed to execute successfully"
.B "#include <stdlib.h>"
.PP
.B EXIT_FAILURE
is a manifest constant that is defined in the header
.BR stdlib.h .
It is used as an argument to the function
.B exit()
to indicate that the program failed to execute successfully.
.SH "See Also"
.Xr "exit()," exit
.Xr "manifest constant," manifestc
.Xr "stdlib.h" stdlib.h
.br
\*(AS, \(sc7.10.4.3
