LoginSignup
1
1

More than 3 years have passed since last update.

標準入出力のファイルディスクリプタ

Last updated at Posted at 2018-09-16

よく忘れるのでメモ

数値表現 マクロ@unistd.h
標準入力 0 STDIN_FILENO
標準出力 1 STDOUT_FILENO
標準エラー出力 2 STDERR_FILENO
ファイルポインタ
標準入力 stdin
標準出力 stdout
標準エラー出力 stderr
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1