摘要: #include <stdio.h>#include <string.h>#include <unistd.h>#include <stdint.h>#include <netinet/tcp.h>#include <my_net.h>#include <event.h>#define TRACE_INT(v,fmt,args...) do {\ if(v < 0) {\ fprintf(stderr,fmt"\n",##args);\ return -1;\ }\}while(0)# 阅读全文
posted @ 2011-10-28 22:04 ljhliang 阅读(549) 评论(0) 推荐(0)