sortix-mirror/libc/decl/NULL.h

5 lines
60 B
C
Raw Normal View History

2011-08-05 12:25:00 +00:00
#ifndef NULL
#define __need_NULL
#include <stddef.h>
2011-08-05 12:25:00 +00:00
#endif