NULL #define

From RAD Studio
Jump to: navigation, search

Go Up to 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.