This website works better with JavaScript
首页
发现
帮助
登录
DragonOS-Community
/
relibc
镜像自地址
https://github.com/DragonOS-Community/relibc
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
151d873aba
分支列表
标签列表
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
tests
/
link.c
link.c
102 B
文件历史
原始文件
1
2
3
4
5
#include <unistd.h>
int main(int argc, char** argv) {
int status = link("link.c", "link.out");
}