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
Use '%z' instead of '%Z' on printf functions
[glibc.git]
/
elf
/
testobj1_1.c
blob
2541a5ad1b5915955f20a63619f43ac672bee5f6
1
#include
"testobj.h"
2
3
int
4
obj1func1
(
int
a
)
5
{
6
return
42
+
obj1func2
(
a
);
7
}