shithub: npe

Download patch

ref: 6b2baeae7807e8c45df4aacdc36d3b6434d87c98
parent: f6fe1a93aa38f1bc72630d8514cacfb86f33e18b
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu May 27 04:25:28 EDT 2021

stdlib.h: EXIT_(SUCCESS|FAILURE)

--- a/include/npe/stdlib.h
+++ b/include/npe/stdlib.h
@@ -4,5 +4,7 @@
 #include <npe.h>
 
 #define RAND_MAX 32767
+#define EXIT_SUCCESS 0
+#define EXIT_FAILURE 1
 
 #endif