macro
<cstddef> <cstdlib> <cstring> <cwchar> <ctime> <clocale> <cstdio>
NULLNull pointer
This macro expands to a null pointer constant.A null-pointer constant is an integral constant expression that evaluates to zero (like 0
or 0L
), or the cast of such value to type void*
(like (void*)0
).
A null-pointer constant is an integral constant expression that evaluates to zero (such as 0
or 0L
).
A
null-pointer constantis either an integral constant expression that evaluates to zero (such as
0
or
0L
), or a value of type
nullptr_t(such as
nullptr
).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4