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
Fix netinet/in.h MCAST_* namespace (bug 18558).
[glibc.git]
/
elf
/
tst-deep1mod1.c
blob
cc922e6ea5f05d4956a96582b571ed8b53eefb38
1
#include <stdio.h>
2
int
3
foo
(
void
)
4
{
5
printf
(
"%s:%s
\n
"
,
__FILE__
,
__func__
);
6
return
1
;
7
}
8
9
int
10
baz
(
void
)
11
{
12
printf
(
"%s:%s
\n
"
,
__FILE__
,
__func__
);
13
return
20
;
14
}