This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
DragonOS-Community
/
relibc
mirror de
https://github.com/DragonOS-Community/relibc
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
151d873aba
Branches
Tags
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
tests
/
link.c
link.c
102 B
Histórico
Raw
1
2
3
4
5
#include <unistd.h>
int main(int argc, char** argv) {
int status = link("link.c", "link.out");
}