From 88f7af4e6697bf813c37781ebbf96c1a84dc883e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 29 Aug 2015 06:18:34 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/stddef.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/stddef.h b/include/stddef.h index 8a0ce5d..e3b98e5 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -24,9 +24,10 @@ /** * `NULL` is a zero-values constant, conventionally * a `void`-pointer (it is specified this way in - * POSIX, it does not really matter and ISO C does - * not specify it this way), use to indicate that - * a pointer does not point to anything. + * POSIX, it does not really matter as long as it has + * the same width and ISO C does not specify it this + * way), use to indicate that a pointer does not point + * to anything. */ #define NULL ((void*)0) -- cgit v1.2.3-70-g09d2