Next: struct x1f4_f6link_type, Up: Mk 6 Formatter Types
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
.