Next: struct x1f4_raillist_type, Previous: struct x1f4_operator_type, Up: Types [Index]
typedef struct x1f4_postmark_type { const char *mark; unsigned length; } x1f4_postmark_type;
The struct x1f4_postmark_type
record describes the suffix syntax of
infix binary operators.
See Postfixed Binary Operators.
mark
The mark
field is the suffix marker. It belongs to same character name
as the operator name.
length
The length
field is the suffix marker length, i.e. the number of
characters (not including the terminal null) making up the suffix marker.