projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8e3d8865f70dd349d65675473b3eefc195f794f7
[kopensolaris-gnu/glibc.git]
/
elf
/
testobj3.c
1
int
2
obj3func1 (int a __attribute__ ((unused)))
3
{
4
return 44;
5
}
6
7
int
8
obj3func2 (int a)
9
{
10
return foo (a) + 42;
11
}