Skip to content

Instantly share code, notes, and snippets.

@adohe-zz
Created July 29, 2014 12:25
Show Gist options
  • Save adohe-zz/ed966ed6558bd1c76ab6 to your computer and use it in GitHub Desktop.
Save adohe-zz/ed966ed6558bd1c76ab6 to your computer and use it in GitHub Desktop.
UNIX special file descriptors
in UNIX system, there are three special file descriptors,
they are stdin, stdout, stderr, and the corrsponding file
descriptors are 0, 1, 2, and they are store in the corrsponding
FILE struct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment