COHERENT manpages

This page displays the COHERENT manpage for EXIT_SUCCESS [Indicate program executed successfully].

List of available manpages
Index


EXIT_SUCCESS -- Manifest Constant

Indicate program executed successfully
#include <stdlib.h>

EXIT_SUCCESS 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 executed successfully.

See Also

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