stdint.h File Reference
Typedefs and structures to allow for generic 8-, 16-, 32-, and 64-bit variables.
More...
Go to the source code of this file.
Detailed Description
Typedefs and structures to allow for generic 8-, 16-, 32-, and 64-bit variables.
Definition in file stdint.h.
Typedef Documentation
A datatype for Boolean values. Choose speed, rather than size.
Definition at line 87 of file stdint.h.
signed 16-bit integers
- Note:
- Prefix for all int16s is i16_
Definition at line 64 of file stdint.h.
signed 32-bit integers
- Note:
- Prefix for all int32s is i32_
Definition at line 68 of file stdint.h.
signed 64-bit integers
- Note:
- Prefix for all int64s is i64_
Definition at line 72 of file stdint.h.
signed 8-bit integers
- Note:
- Prefix for all int8s is i8_
Definition at line 60 of file stdint.h.
A processor-sized signed int.
Definition at line 81 of file stdint.h.
Signed integer wide enough to hold pointers.
Definition at line 75 of file stdint.h.
unsigned 16-bit integers
- Note:
- Prefix for all uint16s is u16_
Definition at line 47 of file stdint.h.
unsigned 32-bit integers
- Note:
- Prefix for all uint32s is u32_
Definition at line 51 of file stdint.h.
unsigned 64-bit integers
- Note:
- Prefix for all uint64s is u64_
Definition at line 55 of file stdint.h.
unsigned 8-bit integers
- Note:
- Prefix for all uint8s is u8_
Definition at line 43 of file stdint.h.
A processor-sized unsigned int.
Definition at line 84 of file stdint.h.
Signed integer wide enough to hold pointers.
Definition at line 78 of file stdint.h.