Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
stdin
The standard input stream
Synopsis:
#include <stdio.h> FILE * stdin;
Description:
This global variable defines the standard input stream. It's set to the console by default, but you can redirect it by calling freopen().
STDIN_FILENO, which is defined in <unistd.h>, defines the file descriptor that corresponds to stdin.
Classification:
See also:
fgetchar(), getchar(), getchar_unlocked(), gets(), getwchar(), scanf(), stderr, stdout, vscanf(), vwscanf()
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)