Visible to Intel only — GUID: mwh1416946769853
Ixiasoft
Visible to Intel only — GUID: mwh1416946769853
Ixiasoft
6.7.1. Standard Input, Standard Output and Standard Error
Example 6–3. Hello World
#include <stdio.h> int main () { printf ("Hello world!"); return 0; }
When using the UNIX-style API, you can use the file descriptors stdin, stdout, and stderr, defined in unistd.h, to access, respectively, the standard in, standard out, and standard error character I/O streams. unistd.h is installed with the Nios II EDS as part of the newlib C library package.