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


10.1.7 16-bit integers limits

Constant: uint16_t const CCTESTS_UINT16_MAX

Maximum value representable by the type uint16_t.

Constant: uint16_t const CCTESTS_UINT16_MIN

Minimum value representable by the type uint16_t.

Constant: int16_t const CCTESTS_INT16_MAX

Maximum value representable by the type int16_t.

Constant: int16_t const CCTESTS_INT16_MIN

Minimum value representable by the type int16_t.


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

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