NULL #define

De RAD Studio
Aller à : navigation, rechercher

Remonter à Stddef.h - Index


Header File

stddef.h

Description

Null pointer constant that is compatible with any data object pointer. It is not compatible with function pointers. When a pointer is equivalent to NULL it is guaranteed not to point to any data object defined within the program.