Content deleted Content added
→Functions: fix anchor |
Randi Moth (talk | contribs) →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]]'''
**platform-specific identifier of the associated I/O device, such as a [[file descriptor]]
**the buffer
|