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.

RELATED TO vf_parse_end…