diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/integer-types.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/info/chap/integer-types.texinfo b/doc/info/chap/integer-types.texinfo index 787b9eb..6f75a5c 100644 --- a/doc/info/chap/integer-types.texinfo +++ b/doc/info/chap/integer-types.texinfo @@ -434,3 +434,12 @@ currently, does not define any integer types where TODO +@ignore + +ptrdiff_t ANSI C <stddef.h> +size_t ANSI C <stddef.h> +wchar_t ANSI C <stddef.h> +ssize_t POSIX <stddef.h> + +@end ignore + |