0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【C++Builder】C ランタイムライブラリリファレンス (errno.h)

Last updated at Posted at 2024-03-04

エラー (Error No)

ヘッダ
ファイル
errno.h
規格 ANSI C (C89) / C90
概要 エラー条件の報告に関連する幾つかのマクロを定義する。

プラグマ

マクロ

名前 機能
errno ライブラリルーチンが指定されたタスクの実行に失敗した場合にエラーメッセージを出力するために、perror によって使用されます
EDOM 定義域エラーのエラーコード (引数の範囲エラー)
EILSEQ 1 文字のエンコーディングエラーのエラーコード (表現形式エラー)
ERANGE 値域エラーのエラーコード (戻り値の範囲エラー)

See also:

引数付きマクロ

関数

資料


⇦ インデックスへ

  1. C99 で追加された。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?