A P P E N D I X  C

image

Glossary

PacketC Language Terms

Aggregate TypesStructures and arrays.

AlignmentA requirement that objects of a particular type be located on storage boundaries with addresses that are particular multiples of a byte address.

Anonymous TypeA type without a name, e.g., created by "struct { int x; } s1;"

ArgumentExpression in the comma-separated list bounded by the parentheses in a function call expression, or a sequence of preprocessing tokens in the comma-separated list bounded by the parentheses in a function-like macro invocation.

AssociativityThe principle determining the order of processing operators in a statement when ...

Get packetC Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.