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

Last updated at Posted at 2024-03-04

共通の定義 (Standard Define)

ヘッダ
ファイル
stddef.h
規格 C99
概要 型及びマクロを定義する。このうちの幾つかは、他のヘッダでも定義する。フリースタンディング環境で利用可能。

プラグマ

名前 機能
ptrdiff_t 2 つのポインタの差を示す符号付き整数型。
size_t sizeof() が返す符号なし整数型。
wchar_t ワイド文字を表現できる型。

See also:

マクロ

名前 機能
NULL 任意のデータオブジェクトポインタと互換性があるヌルポインタ定数です。

引数付きマクロ

名前 機能
offsetof() 構造体メンバーのバイトオフセットを取得します。

関数

資料


⇦ インデックスへ


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?