byte constant

int const byte

Represents 2^8 (256), a byte.

Implementation

static const int byte = 256;