diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-29 06:18:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-29 06:18:34 +0200 |
commit | 88f7af4e6697bf813c37781ebbf96c1a84dc883e (patch) | |
tree | 47485f8cc74e1f49cb55676355b67373cc242b89 /include/stddef.h | |
parent | add iso646.h (diff) | |
download | slibc-88f7af4e6697bf813c37781ebbf96c1a84dc883e.tar.gz slibc-88f7af4e6697bf813c37781ebbf96c1a84dc883e.tar.bz2 slibc-88f7af4e6697bf813c37781ebbf96c1a84dc883e.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/stddef.h')
-rw-r--r-- | include/stddef.h | 7 |
1 files 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) |