1FILE(3type) FILE(3type)
23
4
NAME
6FILE - input/output stream
7
LIBRARY
9Standard C library (libc)
10
SYNOPSIS
12#include <stdio.h>
1314
typedef /* ... */ FILE;
15
DESCRIPTION
17An object type used for streams.
18
STANDARDS
20C11, POSIX.1-2008.
21
HISTORY
23C89, POSIX.1-2001.
24
NOTES
26The following header also provides this type: <wchar.h>.
27
SEE ALSO
29fclose(3), flockfile(3), fopen(3), fprintf(3), fread(3), fscanf(3),
30stdin(3), stdio(3)
3132
33
34
Linux man-pages 6.05 2023-03-30 FILE(3type)