Jump to content

NULL

From EDM2
Revision as of 17:44, 6 October 2016 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:Constant:NULL to NULL)

NULL

Null Pointer value.

Value

Null is defined as:

#define NULL 0           in C++
#define NULL ((void *)0) in C