写在前面:本博客为本人原创,严禁任何形式的转载!本博客只允许放在博客园(.cnblogs.com),如果您在其他网站看到这篇博文,请通过下面这个唯一的合法链接转到原文!
本博客全网唯一合法URL:http://www.cnblogs.com/acm-icpcer/p/8744532.html
考虑如下Linux I/O代码:
#include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include <stdlib.h> #define SSIZE_MAX 2048 int main (int argc, char **argv) { int fd = 0; int fd1 = 0; //char str[] = "0123456789"; char str[10]; str[0]='a';str[8]='b';str[9]='