$manlookup

FILE

(3type)

input/output stream

Library functionsmanpages-dev 6.9.1-1
#include <stdio.h> typedef /* ... */ FILE;

LIBRARY

Standard C library (libc)

DESCRIPTION

An object type used for streams.

STANDARDS

C11, POSIX.1-2008.

HISTORY

C89, POSIX.1-2001.

NOTES

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

See also