stderr, stdin, stdout
Remonter à Stdio.h - Index
Header File
stdio.h
Description
Predefined streams automatically opened when the program is started.
| Name | Meaning |
|---|---|
|
stdin |
Standard input device |
|
stdout |
Standard output device |
|
stderr |
Standard error output device |