index
:
Hyra
aarch64
dev
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mlibc
/
tests
/
rtdl
/
scope3
/
libbaz.c
blob: 32524cc39c48f9ca8a79151ec3af0160c76674d5 (
plain
)
1
2
3
4
5
6
7
int
g
=
2
;
int
call_foo
();
int
call_baz
()
{
return
call_foo
();
}