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


10.1.8 32-bit integers limits

Constant: uint32_t const CCTESTS_UINT32_MAX

Maximum value representable by the type uint32_t.

Constant: uint32_t const CCTESTS_UINT32_MIN

Minimum value representable by the type uint32_t.

Constant: int32_t const CCTESTS_INT32_MAX

Maximum value representable by the type int32_t.

Constant: int32_t const CCTESTS_INT32_MIN

Minimum value representable by the type int32_t.


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

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