Next: , Previous: , Up: Types   [Index]


3.22.2.10 struct x1f4_postmark_type

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.

See struct x1f4_operator_type.

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.