summaryrefslogtreecommitdiff
path: root/src/stddef/NULL.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stddef/NULL.c')
-rw-r--r--src/stddef/NULL.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stddef/NULL.c b/src/stddef/NULL.c
index 330b6b6e..d93bff2f 100644
--- a/src/stddef/NULL.c
+++ b/src/stddef/NULL.c
@@ -1,4 +1,3 @@
-#include <stddef.h>
#define NULL ((void*)0)
/** null pointer **/
@@ -11,7 +10,5 @@ library functions.
/*
UNDEFINED(Dereferencing THIS())
IMPLEMENTATION(The value of THIS(), DEFINITION((void*)0))
-*/
-/*
STDC(1)
*/