mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-04 07:53:36 +01:00
8 lines
124 B
C
8 lines
124 B
C
|
#ifndef __BITS_EXIT_H__
|
||
|
# define __BITS_EXIT_H__
|
||
|
|
||
|
#define EXIT_SUCCESS 0
|
||
|
#define EXIT_FAILURE 1
|
||
|
|
||
|
#endif /*__BITS_EXIT_H__*/
|