#ifndef __BITS_EXIT_H__
# define __BITS_EXIT_H__

#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1

#endif /*__BITS_EXIT_H__*/