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


10.1.3 Integers limits

Constant: unsigned int const CCTESTS_UINT_MAX

Maximum value representable by the type unsigned int.

Constant: unsigned int const CCTESTS_UINT_MIN

Minimum value representable by the type unsigned int.

Constant: signed int const CCTESTS_INT_MAX

Maximum value representable by the type signed int.

Constant: signed int const CCTESTS_INT_MIN

Minimum value representable by the type signed int.


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

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