system_data_types.7: Add 'FILE'

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Tycho Andersen 2020-09-29 15:33:03 +02:00 committed by Michael Kerrisk
parent d39ad78f73
commit edc18bbf61
1 changed files with 24 additions and 0 deletions

View File

@ -197,6 +197,30 @@ Conforming to: C99 and later; POSIX.1-2001 and later.
See also:
.BR fenv (3)
.RE
.\"------------------------------------- FILE -------------------------/
.TP
.I FILE
.RS
.br
Include:
.IR <stdio.h> ;
or
.IR <wchar.h> .
.PP
An object type used for streams.
.PP
Conforming to: C99 and later; POSIX.1-2001 and later.
.PP
See also:
.BR fclose (3),
.BR flockfile (3),
.BR fopen (3),
.BR fprintf (3),
.BR fread (3),
.BR fscanf (3),
.BR stdin (3),
.BR stdio (3)
.RE
.\"------------------------------------- float_t ----------------------/
.TP
.I float_t