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