#include <cstdio> int setvbuf( FILE *stream, char *buffer, int mode, size_t size );
setvbuf() 函数将 stream 的缓冲区设置为 buffer,大小为 size。mode 可以是以下之一: