From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/stdlib/EXIT_SUCCESS.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/stdlib/EXIT_SUCCESS.c') diff --git a/src/stdlib/EXIT_SUCCESS.c b/src/stdlib/EXIT_SUCCESS.c index ce2ed9df..3b0bc2fa 100644 --- a/src/stdlib/EXIT_SUCCESS.c +++ b/src/stdlib/EXIT_SUCCESS.c @@ -1,9 +1,7 @@ -#include +#define EXIT_SUCCESS (0) /** successful program termination **/ -#define EXIT_SUCCESS (0) - /*** 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 -- cgit v1.2.1