From edc18bbf61d99a113e9b58cf64c16865399d7d99 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Tue, 29 Sep 2020 15:33:03 +0200 Subject: [PATCH] system_data_types.7: Add 'FILE' Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man7/system_data_types.7 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 61c4a25b2..af0c55c65 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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 ; +or +.IR . +.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