Next: , Previous: x1f4_lprint_ffields6, Up: Mk 6 Formatter Functions


7.7.3.4 x1f4_parse_format6

extern int x1f4_parse_format6
    (void **format, const struct x1f4_ffield_type *ffields,
     const struct x1f4_f6link_type *f6link, const char *specification);

The x1f4_parse_format6 function parses the specification format specification according to the directives formatting directives. If successful it stores the parsed format specification at the address specified by *format. The methods in the methods_set are used to fit the parsed format specification in the application context.

See struct x1f4_f6link_type.

See struct x1f4_ffield_type.

The function returns 0 for success, non zero for failure.