FILE - input/output stream
Contents
Description
An object type used for streams.
History
C89, POSIX.1-2001.
Library
Standard C library (libc)
Name
FILE - input/output stream
Notes
The following header also provides this type: <wchar.h>.
See Also
fclose(3), flockfile(3), fopen(3), fprintf(3), fread(3), fscanf(3), stdin(3), stdio(3) Linux man-pages 6.9.1 2024-05-02 FILE(3type)
Standards
C11, POSIX.1-2008.
Synopsis
#include<stdio.h>typedef /* ... */ FILE;