Name

stdin macro — Standard input file

Synopsis

FILE* stdin
               

The stdin macro is a standard file used for reading from the program's standard input device. stdin is fully buffered if the standard input is not an interactive device.