Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
wasi
libc-bottom-half
sources
errno.c
pretty
plain
permalink
blame
history
•
5 lines
•
136 B
1
#include <errno.h>
2
3
// These values are used by reference-sysroot's dlmalloc.
4
const int __EINVAL = EINVAL;
5
const int __ENOMEM = ENOMEM;