This website requires JavaScript.
Explore
Help
Sign In
Sinipelto
/
banan-os
forked from
Bananymous/banan-os
Watch
1
Star
0
Fork
You've already forked banan-os
0
Code
Pull Requests
Activity
f0e54cdd51
banan-os
/
userspace
/
libraries
/
LibC
/
errno.cpp
9 lines
91 B
C++
Raw
Blame
History
#
include
<errno.h>
static
int
s_errno
=
0
;
int
*
__errno_location
(
)
{
return
&
s_errno
;
}
View Git Blame
Copy Permalink