6.18.4 Standard Stream File Pointers
These pointers specify I/O in the standard stream.
stderr
File pointer to the standard error stream.
Include
<stdio.h>
stdin
File pointer to the standard input stream.
Include
<stdio.h>
stdout
File pointer to the standard output stream.
Include
<stdio.h>