This website requires JavaScript.
Explore
Help
Register
Sign In
netease
/
SmartAudio
Watch
1
Star
0
Fork
You've already forked SmartAudio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6e51825c8d
SmartAudio
/
lichee
/
linux-4.9
/
tools
/
build
/
feature
/
test-libelf.c
9 lines
101 B
C
Executable File
Raw
Blame
History
#
include
<libelf.h>
int
main
(
void
)
{
Elf
*
elf
=
elf_begin
(
0
,
ELF_C_READ
,
0
)
;
return
(
long
)
elf
;
}
Reference in New Issue
View Git Blame
Copy Permalink