摘要: #include <iostream>#include <stdlib.h>#include <stdio.h> typedef struct buf{ char* datas[5]; int n;}buf_t; buf_t buffer; void* thr_func(void* arg){ in 阅读全文
posted @ 2016-12-04 23:09 小巍 阅读(87) 评论(0) 推荐(0) 编辑