fcloseall 中文man页面

系统
函数 fcloseall 将所有打开的流与它们底层的文件或功能集合断开。任何缓冲的数据都将首先被写入,使用 fflush(3) 。注意标准流 (stdin,stdout 和 stderr) 也被关闭。

NAME

fcloseall - 关闭所有打开的流  

SYNOPSIS 总览

#define _GNU_SOURCE

#include <stdio.h>

int fcloseall(void);  

DESCRIPTION 描述

函数 fcloseall 将所有打开的流与它们底层的文件或功能集合断开。任何缓冲的数据都将首先被写入,使用 fflush(3) 。注意标准流 (stdin,stdout 和 stderr) 也被关闭。  

RETURN VALUE 返回值

这个函数总是返回 0。  

SEE ALSO 参见

fclose(3), close(2), fflush(3), fopen(3), setbuf(3)  

#p#

NAME

fcloseall - close all open streams  

SYNOPSIS

#define _GNU_SOURCE

#include <stdio.h>

int fcloseall(void);  

DESCRIPTION

The fcloseall function dissociates all open streams from its underlying file or set of functions. Any buffered output data is written first, using fflush(3). Note that the standard streams (stdin, stdout and stderr) are also closed.  

RETURN VALUE

This function always returns 0.  

SEE ALSO

fclose(3), close(2), fflush(3), fopen(3), setbuf(3)  

责任编辑:韩亚珊 来源: CMPP.net
相关推荐

2011-08-24 16:48:36

man中文man

2011-08-15 10:21:09

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-25 15:00:15

cfgetispeed中文man

2011-08-19 18:35:50

issue中文man

2011-08-25 17:03:51

pclose中文man

2011-08-25 17:40:25

setvbuf中文man

2011-08-23 14:21:16

poweroff中文man

2011-08-24 15:52:59

intro中文man

2011-08-23 13:40:31

2011-08-25 15:54:08

ferror中文man

2011-08-25 17:24:54

puts中文man

2011-08-25 18:34:55

ungetc中文man

2011-08-23 10:03:40

useradd中文man

2011-08-23 10:29:02

chpasswd中文man

2011-08-23 10:34:22

convertquot中文man

2011-08-23 15:39:34

rpmbuild中文man

2011-08-24 15:48:38

INSERT中文man

2011-08-25 09:40:49

UPDATE中文man
点赞
收藏

51CTO技术栈公众号