摘要: #include <stdio.h>#include <stdlib.h> void setbuf_test(FILE *fp, char *buf){ if (buf == NULL || fp == stderr) { if (setvbuf(fp, buf, _IONBF, BUFSIZ) ! 阅读全文
posted @ 2017-04-20 21:38 DragonYo 阅读(160) 评论(0) 推荐(0) 编辑