3 lines
103 B
Ada
3 lines
103 B
Ada
type Octet is mod 2**8;
|
|
for Octet'Size use 8;
|
|
type Octet_String is array (Positive range <>) of Octet;
|