This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
DragonOS-Community
/
relibc
oglindă de
https://github.com/DragonOS-Community/relibc
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
67d5976622
Ramuri
Etichete
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
tests
/
stdlib
/
system.c
system.c
107 B
Istoric
Crud
1
2
3
4
5
6
#include <stdlib.h>
int main(int argc, char ** argv) {
system("echo test of system");
return 0;
}