SIGNATURE_64

Returns a 64-bit signature built from 8 ASCII characters.

This macro returns a 64-bit value built from the eight ASCII characters specified by A, B, C, D, E, F, G,and H.

extern (C)
SIGNATURE_64
(
T
)
(
T A
,
T B
,
T C
,
T D
,
T E
,
T F
,
T G
,
T H
)

Parameters

A T

The first ASCII character.

B T

The second ASCII character.

C T

The third ASCII character.

D T

The fourth ASCII character.

E T

The fifth ASCII character.

F T

The sixth ASCII character.

G T

The seventh ASCII character.

H T

The eighth ASCII character.

Return Value

Type: auto

A 64-bit value built from the two ASCII characters specified by A, B, C, D, E, F, G and H.

Meta