Appearance
#include <stdio.h> int setvbuf(FILE *stream, char *buf, int mode, size_t size);
设置 IO 的缓冲模式 :
mode 参数:
_IONBF
_IOLBF
_IOFBF