词条 | flushall |
释义 | § 解释 函数名: flushall 功 能: 清除所有缓冲区 用 法: int flushall(void); § 程序例 #include <stdio.h> int main(void) { FILE *stream; /* create a file */ stream = fopen("DUMMY.FIL", "w"); /* flush all open streams */ printf("%d streams were flushed.\", flushall()); /* close the file */ fclose(stream); return 0; } |
随便看 |
百科全书收录594082条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。