stddef.h

stddef.h には以下の 2 種類のマクロが定義されています.

マクロ

マクロ名概要
NULL空ポインタ定数 (null pointer constant) を表す
offsetof構造体のメンバのオフセット (offset) を返す