Keil Logo Arm Logo

CARM User's Guide

Discontinued

inttypes.h

The inttypes.h header file includes the following type definitions (typedefs) for integer types.

Type Description
char_t Type definition for a standard character.
int8_t Type definition for an 8-bit signed integer.
uint8_t Type definition for an 8-bit unsigned integer.
int16_t Type definition for a 16-bit signed integer.
uint16_t Type definition for a 16-bit unsigned integer.
int32_t Type definition for a 32-bit signed integer.
uint32_t Type definition for a 32-bit unsigned integer.
int64_t Type definition for a 64-bit signed integer.
uint64_t Type definition for a 64-bit unsigned integer.

Note

  • These type definitions are recommended by MISRA-C2 6.1, 6.2, and 6.3.

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.