This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
miti
/
graphene
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c7571408d6
Rami (Branch)
Tag
mitigator_patch
oldmirror
graphene
/
LibOS
/
shim
/
test
/
native
/
system.c
system.c
100 B
Cronologia
Originale
1
2
3
4
5
6
7
#include <stdlib.h>
int main(int argc, char ** argv)
{
system("./helloworld");
return 0;
}