摘要: 示例代码: 1 #include<stdio.h> 2 #include<string.h> 3 #include<stdlib.h> 4 #include<unistd.h> 5 6 void main() 7 { 8 char str[6]="hello"; 9 10 pid_t pid=for 阅读全文
posted @ 2017-09-04 10:30 代码的搬运工 阅读(1191) 评论(1) 推荐(0) 编辑