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

Last updated at Posted at 2024-03-04

診断機能 (Assert)

ヘッダ
ファイル
assert.h
規格 ANSI C (C89) / C90
概要 assert マクロを定義し、マクロ NDEBUG を参照する。

プラグマ

マクロ

引数付きマクロ

名前 機能
assert() 条件をテストし、場合により実行を中止します

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?