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


10.1.5 Long long limits

Constant: unsigned long long const CCTESTS_ULLONG_MAX

Maximum value representable by the type unsigned long long.

Constant: unsigned long long const CCTESTS_ULLONG_MIN

Minimum value representable by the type unsigned long long.

Constant: signed long long const CCTESTS_LLONG_MAX

Maximum value representable by the type signed long long.

Constant: signed long long const CCTESTS_LLONG_MIN

Minimum value representable by the type signed long long.


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

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