neptune/kern/libkern/stdlib.h

7 lines
101 B
C

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