repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ldd: never run file directly
[glibc.git]
/
dlfcn
/
modstatic.c
blob
5ea71171cfa2c0990c838327dda9723610f1c55c
1
extern
int
test
(
int
);
2
3
int
4
test
(
int
a
)
5
{
6
return
a
+
a
;
7
}