This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
dingyu
/
CooCenter-System-kernel
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
e68e7644fa
Gałęzie
Tagi
master
CooCenter-Sy...
/
tools
/
build
/
feature
/
test-libelf.c
test-libelf.c
101 B
Historia
Czysty
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;
}