summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/private/stdlib.h
blob: 8c2b395a6b2c3181e0e07a41bdef0ba736843afe (plain)
1
2
3
4
5
6
7
8
#define __need_size_t
#define __need_wchar_t
#define __need_NULL
#include <stddef.h>

#include_next <stdlib.h>

int clearenv(void);