aboutsummaryrefslogtreecommitdiff
path: root/src/libc/include/stdlib.h
blob: 79d31229ae4cd5a44ff6b5b293ac4af7e102c1d3 (plain) (blame)
1
2
3
4
5
6
7
#ifndef _STDLIB_H
#define _STDLIB_H

#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1

#endif