int setvbuf( FILE *stream, char *buffer, int mode, size_t size ); ... setvbuf 函数允许程序控制缓冲和stream 的缓冲区大小。 stream 必须是指尚未运行I/O 操作的 ...
確定! 回上一頁