摘要: #include <stdio.h> #include <stdlib.h> #define BUF_CNT 64 char buf[BUF_CNT]={0}; typedef struct { char *buffer; int in; int out; int cnt; int size; }R 阅读全文
posted @ 2024-03-08 14:20 曾锋 阅读(84) 评论(0) 推荐(0)