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 ランタイムライブラリリファレンス (stdbool.h)

Last updated at Posted at 2024-03-04

論理型及び理論値 (Standard Boolean)

ヘッダ
ファイル
stdbool.h
規格 C99
概要 4 つのマクロを定義する。フリースタンディング環境で利用可能。

プラグマ

マクロ

名前 機能
__bool_true_false_are_defined 1。
論理型が使えるかを #if で判別するのに使える。
bool 論理型 _Bool のエイリアス。#undef 及び再定義が可能。
true 真の値 (1)。#undef 及び再定義が可能。
false 偽の値 (0)。#undef 及び再定義が可能。

See also:

引数付きマクロ

関数

資料


⇦ インデックスへ


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?