diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-04 02:54:54 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-08 21:10:23 +0200 |
| commit | a0672be24d53ec78d1a2567cf60d9f774b0d158a (patch) | |
| tree | 738e4880f5afd01802751e3847b36a4ea6eb3a7a /src/libc/include/stdlib.h | |
| parent | bb49e6bf0e4c299ad860a78441a58b7c3678bed0 (diff) | |
| download | wnix-a0672be24d53ec78d1a2567cf60d9f774b0d158a.tar.gz | |
Do not rely on PSXSDK libc or _start
Diffstat (limited to 'src/libc/include/stdlib.h')
| -rw-r--r-- | src/libc/include/stdlib.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libc/include/stdlib.h b/src/libc/include/stdlib.h new file mode 100644 index 0000000..79d3122 --- /dev/null +++ b/src/libc/include/stdlib.h @@ -0,0 +1,7 @@ +#ifndef _STDLIB_H +#define _STDLIB_H + +#define EXIT_SUCCESS 0 +#define EXIT_FAILURE 1 + +#endif |
