FILE

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

NAME

FILE - input/output stream  

LIBRARY

Standard C library (libc)  

SYNOPSIS

#include <stdio.h>

typedef /* ... */  FILE;
 

DESCRIPTION

An object type used for streams.  

STANDARDS

C99 and later; POSIX.1-2001 and later.  

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)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:47:08 GMT, May 18, 2024