zig
Code
Branches
Tags
Commits
master
zig
/
lib
/
libc
/
wasi
/
libc-bottom-half
/
sources
/
__errno_location.c
Top
1
#
include
<errno.h>
2
3
int
*
__errno_location
(
void
)
{
4
return
&
errno
;
5
}