摘要: head.h: 1 /* head */ 2 #include <unistd.h> 3 #include <stdio.h> 4 #include <stdlib.h> 5 #include <string.h> 6 #include <sys/types.h> 7 #include <fcntl.h> 8 #include <signal.h> 9 #include <sys/stat.h>10 11 #define SERVER_FIFO "/tmp/server_fifo" 阅读全文
posted @ 2013-06-05 23:59 Levi.duan 阅读(387) 评论(0) 推荐(0) 编辑