mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-29 13:03:38 +01:00
9 lines
163 B
C
9 lines
163 B
C
|
#ifndef __BITS_EXIT_H__
|
||
|
# define __BITS_EXIT_H__
|
||
|
|
||
|
/* Exit codes for CASIOWIN add-ins. */
|
||
|
#define EXIT_SUCCESS 1
|
||
|
#define EXIT_FAILURE 0
|
||
|
|
||
|
#endif /*__BITS_EXIT_H__*/
|