Name

stdout macro — Standard output file

Synopsis

FILE* stdout
               

The stdout macro is a standard file used to print to the program's standard output device. stdout is fully buffered if the standard output is not an interactive device.