index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
unload4mod2.c
blob: 497ef5d93b05f30bc140cef7148f36c578b4f246 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h>
int
baz
(
int
x
)
{
puts
(
"in baz"
);
return
x
*
4
;
}