sortix-mirror/libmaxsi/decl/NULL.h
Jonas 'Sortie' Termansen 0437d75147 Remove libmaxsi stddef.h and stdarg.h.
These are provided by the cross compiler.
2012-12-14 14:13:34 +01:00

5 lines
60 B
C

#ifndef NULL
#define __need_NULL
#include <stddef.h>
#endif