TACL Reference Manual
Variables
HP NonStop TACL Reference Manual—429513-018
4-22
Declaring FILLER Bytes
END;
]
4. This example shows storage for substructure occurrences that begin on word
boundaries because the substructure starts with an INT item (“a^a”).
[#DEF t1 STRUCT
BEGIN
CHAR x;
STRUCT t2 (0:1);
BEGIN
INT a^a;
INT b;
CHAR c;
END;
INT y;
END;
]
5. This example shows substructures defined using LIKE:
[#DEF state STRUCT
BEGIN
UINT code;
STRUCT startup_message_in;
LIKE startup_message;
STRUCT startup_message_out;
xaa
b
caa
b
caa
b
c
y
x
a^a
b
c
a^a
b
c
y