Skip to content
Snippets Groups Projects
Commit e259fc72 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Define EXIT_SUCCESS and EXIT_FAILURE if necessary

parent b10d32ab
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,9 @@
# include <malloc.h>
# endif
# ifndef EXIT_SUCCESS
# define EXIT_SUCCESS 0
# define EXIT_FAILURE 1
# endif
#endif /* _AC_STDLIB_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment