Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Standard input/output files stdin, stdout and stderr

&pagelevel(3)&pagelevel

In contrast to other implementations, the stdin, stdout and stderr macros are not constant expressions and therefore cannot be used in static initializations.

Example

The following construction is not permitted:

FILE *fp = stdin;
int main(void)
{
  .
  .
}