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
* pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the
[glibc.git]
/
elf
/
unload3mod3.c
blob
046022c55d7c55164d67e908b029648cfcc00220
1
#include <stdio.h>
2
3
int
4
foo
(
int
x
)
5
{
6
puts
(
"foo"
);
7
return
x
*
2
;
8
}