nullptr - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _PHNT_WINDOWS_H
#if __STDC_VERSION__ >= 202311L
#ifndef __cplusplus

#define nullptr ((void *)0)

#endif
#endif
#endif

View code on GitHub

No description available.