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