fxlibc/include/target/vhex-generic/bits/exit.h

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__*/