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


10.1.2 Short integers limits

Constant: unsigned short const CCTESTS_USHORT_MAX

Maximum value representable by the type unsigned short.

Constant: unsigned short const CCTESTS_USHORT_MIN

Minimum value representable by the type unsigned short.

Constant: signed short const CCTESTS_SHORT_MAX

Maximum value representable by the type signed short.

Constant: signed short const CCTESTS_SHORT_MIN

Minimum value representable by the type signed short.


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

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