Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
wasi
libc-bottom-half
headers
private
stdlib.h
pretty
plain
permalink
blame
history
•
8 lines
•
132 B
1
#define __need_size_t
2
#define __need_wchar_t
3
#define __need_NULL
4
#include <stddef.h>
5
6
#include_next <stdlib.h>
7
8
int clearenv(void);