Content deleted Content added
Undid revisions 1152293538 and 1152296196 by C. A. Russell (talk) |
→Member types: created visible anchor for FILE pointer to explain its existence and to mention it in the article |
||
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 '''{{Visible anchor|FILE pointer}}''' or {{anchor|file handle}}'''file [[Handle (computing)|handle]]''', 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
|