Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
840274949b51231d437658bd7f97c19a9b7fe8c2
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
testobj6.c
blob: fcba01631dc666071642f812f1dc18bc775da7d0 [
file
] [
log
] [
blame
]
#include
"testobj.h"
int
obj6func1
(
int
a __attribute__
((
unused
)))
{
return
77
;
}
int
obj6func2
(
int
a
)
{
return
foo
(
a
)
+
46
;
}
int
preload
(
int
a
)
{
return
a
;
}