#include < unistd.h >
#include < stdio.h >
int main (){
if (symlink("../file.txt", "newfile.txt") < 0){
perror("symlink");
return 1;
}
return 0;
}
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший