#define EXIT_SUCCESS (0) /** successful program termination **/ /*** is used as the ARGUMENT(status) argument to FUNCTION(exit) or FUNCTION(_Exit), or the return value from FUNCTION(main), to indicate that the program is exiting successfully. ***/ /* STDC(1) */