C file input/output: Difference between revisions

Content deleted Content added
Functions: fix anchor
Member types: FILE can't not be used as a pointer due to being an opaque type.
Line 215:
===Member types===
Data types defined in the {{mono|<stdio.h>}} header include:
*{{mono|[https://en.cppreference.com/w/c/io FILE]}} – also known as a {{anchor|file handle}}'''file [[Handle (computing)|handle]]''' (or a '''{{Visible anchor|FILE pointer}}''' when used as a [[Pointer (computer programming)|pointer]]), this is an [[opaque pointer|opaque type]] containing the information about a file or text stream needed to perform input or output operations on it, including:
**platform-specific identifier of the associated I/O device, such as a [[file descriptor]]
**the buffer