NULL: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:Constant:NULL to NULL |
(No difference)
|
Revision as of 17:44, 6 October 2016
NULL
Null Pointer value.
Value
Null is defined as:
#define NULL 0 in C++ #define NULL ((void *)0) in C