This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
glibc
mirror of
https://gitee.com/openkylin/glibc.git
Watch
9
Star
0
Fork
You've already forked glibc
0
Code
Issues
Projects
Releases
Wiki
Activity
29cb0c1e95
glibc
/
elf
/
testobj1_1.c
8 lines
77 B
C
Raw
Blame
History
#
include
"testobj.h"
int
obj1func1
(
int
a
)
{
return
42
+
obj1func2
(
a
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink