1FILE(3type)                                                        FILE(3type)
2
3
4

NAME

6       FILE - input/output stream
7

LIBRARY

9       Standard C library (libc)
10

SYNOPSIS

12       #include <stdio.h>
13
14       typedef /* ... */  FILE;
15

DESCRIPTION

17       An object type used for streams.
18

STANDARDS

20       C11, POSIX.1-2008.
21

HISTORY

23       C89, POSIX.1-2001.
24

NOTES

26       The following header also provides this type: <wchar.h>.
27

SEE ALSO

29       fclose(3),  flockfile(3),  fopen(3),  fprintf(3),  fread(3), fscanf(3),
30       stdin(3), stdio(3)
31
32
33
34Linux man-pages 6.05              2023-03-30                       FILE(3type)
Impressum