man vf_parse_end (Fonctions bibliothèques) - vf_parse_end()

NAME

vf_parse_end - vf_parse_end()

SYNOPSIS

#include <../vformat/vf_iface.h> extern bool_t vf_parse_end(VF_PARSER_T *p_parse);

PARAMETERS

VF_PARSER_T *p_parse
The parser.

DESCRIPTION

Ensure parse completion, release memory associated with the parser.

See notes for vf_parse_init().

RETURNS

TRUE <=> parse complete with no error.

SEE ALSO