#include < unistd.h >
#include < stdio.h >
int main(){
ssize_t n;
char buf[4096];
if ((n = read(0, buf, sizeof buf))< 0){
perror("read");
return 1;
}
write(1, buf, n);
return 0;
}
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший