sortix-mirror/libc/decl/NULL.h
2012-12-14 14:13:36 +01:00

5 lines
60 B
C

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