Type support
From cppreference.com
< c
See also type system overview and arithmetic types defined by the language.
Contents |
[edit] Basic types
[edit] Additional basic types and convenience macros
| Defined in header
<stddef.h> | |
| unsigned integer type returned by the sizeof operator (typedef) | |
| signed integer type returned when subtracting two pointers (typedef) | |
| (C23) |
the type of the predefined null pointer constant |