Definitions for "Stdin"
The normal input for a program, taken from the keyboard by default. Can be redirected to get input from a file or the output of another program.
Standard input. User input is read from STDIN. The file descriptor for STDIN is 0.
Standard Input, a file handle open for input by default in many operating systems and languages; typically used for program input.