C file input/output: Difference between revisions

Content deleted Content added
Constants: add anchor
Variables: demonstrate a trivial edit that could have been made to the wording so that the literal word sequence "FILE pointer" (rather than "pointer to a FILE") can be located with Ctrl/Cmd+F. This edit is intended to be reverted.
Tag: Reverted
Line 204:
|-
! style="font-family:monospace" | [[Standard streams#Standard input (stdin)|stdin]]
| A pointer to a {{mono|FILE}} which referspointer tofor the standard input stream, usually a keyboard.
|-
! style="font-family:monospace" | [[Standard streams#Standard output (stdout)|stdout]]
| A pointer to a {{mono|FILE}} which referspointer tofor the standard output stream, usually a display terminal.
|-
! style="font-family:monospace" | [[Standard streams#Standard error (stderr)|stderr]]
| A pointer to a {{mono|FILE}} which referspointer tofor the standard error stream, often a display terminal.
|}