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().
extern bool_t vf_parse_end(VF_PARSER_T *p_parse);
See notes for vf_parse_init().