Next: , Previous: , Up: constants limits   [Contents][Index]


10.1.6 8-bit integers limits

Constant: uint8_t const CCTESTS_UINT8_MAX

Maximum value representable by the type uint8_t.

Constant: uint8_t const CCTESTS_UINT8_MIN

Minimum value representable by the type uint8_t.

Constant: int8_t const CCTESTS_INT8_MAX

Maximum value representable by the type int8_t.

Constant: int8_t const CCTESTS_INT8_MIN

Minimum value representable by the type int8_t.


Next: , Previous: , Up: constants limits   [Contents][Index]

This document describes version 0.4.1-devel.1 of CCTests.