index
:
Hyra
dev
expt
main
old
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mlibc
/
tests
/
rtdl
/
scope3
/
libbar.c
blob: dc377b6fca263a7a5af7a77f65754da31052f1ed (
plain
)
1
2
3
4
5
6
7
8
int g = 1; int call_foo(); int call_bar() { return call_foo(); }