zig/lib/libc/wasi/libc-bottom-half/headers/private/stdlib.h
Frank Denis da9c530d99
Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626)
* Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc

It includes a port of emscripten's allocator that performs
performs much better than the old one.

Most importantly, it includes the prerequisites to later add
support for POSIX threads.
2022-11-28 19:58:03 +01:00

8 lines
132 B
C
Vendored

#define __need_size_t
#define __need_wchar_t
#define __need_NULL
#include <stddef.h>
#include_next <stdlib.h>
int clearenv(void);