Next: , Up: Mk 6 Formatter Types


7.7.2.1 struct x1f4_efield_type

typedef struct x1f4_efield_type {
    const char *description;
    const struct x1f4_efield_type *efield_data;
    unsigned (*count_field) (void *, unsigned), flags, index;
    void (*put_field) (void *, unsigned);
} x1f4_efield_type;

The x1f4_efield_type record describes formatting directives. It is identical to struct x1f4_ffield_type.

See struct x1f4_ffield_type.