logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FILE - input/output stream

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;

See Also