2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 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 | stderr |

ファイルポインタ
標準入力 stdin
標準出力 stdout
標準エラー出力 stderr
2
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?