#ifndef STDLIB_H #define STDLIB_H #define EXIT_SUCCESS 0 #define EXIT_FAILURE 1 #endif // STDLIB_H