stdlib.h: define EXIT_SUCCESS and EXIT_FAILURE
This commit is contained in:
parent
851424f3cb
commit
291d0797e3
1 changed files with 7 additions and 0 deletions
7
kern/libkern/stdlib.h
Normal file
7
kern/libkern/stdlib.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef STDLIB_H
|
||||
#define STDLIB_H
|
||||
|
||||
#define EXIT_SUCCESS 0
|
||||
#define EXIT_FAILURE 1
|
||||
|
||||
#endif // STDLIB_H
|
Loading…
Add table
Reference in a new issue