SIGNATURE_16

Returns a 16-bit signature built from 2 ASCII characters.

This macro returns a 16-bit value built from the two ASCII characters specified by A and B.

extern (C)
SIGNATURE_16
(
T
)
(
T A
,
T B
)

Parameters

A T

The first ASCII character.

B T

The second ASCII character.

Return Value

Type: auto

A 16-bit value built from the two ASCII characters specified by A and B.

Meta