nullptr_t - NtDoc

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

typedef typeof(nullptr) nullptr_t;

#endif
#endif

View code on GitHub

No description available.