ad_astra/christmas/AdAstra/src/macros/null.h

3 lines
50 B
C

#ifndef NULL
#define NULL ((void*)0)
#endif