com32/include/stddef.h

5 lines
59 B
C

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