This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
dingyu
/
CooCenter-System-kernel
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
e68e7644fa
Branche
Tagy
master
CooCenter-Sy...
/
tools
/
build
/
feature
/
test-libelf.c
test-libelf.c
101 B
História
Raw
1
2
3
4
5
6
7
8
#include <libelf.h>
int main(void)
{
Elf *elf = elf_begin(0, ELF_C_READ, 0);
return (long)elf;
}