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


10.1.9 64-bit integers limits

Constant: uint64_t const CCTESTS_UINT64_MAX

Maximum value representable by the type uint64_t.

Constant: uint64_t const CCTESTS_UINT64_MIN

Minimum value representable by the type uint64_t.

Constant: int64_t const CCTESTS_INT64_MAX

Maximum value representable by the type int64_t.

Constant: int64_t const CCTESTS_INT64_MIN

Minimum value representable by the type int64_t.


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

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