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

NAME

vf_parse_text - vf_parse_text()

SYNOPSIS

#include <../vformat/vf_iface.h> extern bool_t vf_parse_text

(

VF_PARSER_T *p_parse,

char *p_chars,

int numchars

);

PARAMETERS

VF_PARSER_T *p_parse
The parser.
char *p_chars
New characters to parse into object.
int numchars
Number of new characters.

DESCRIPTION

Parse indicated text into the object associated with the VPARSE_T.

See notes for vf_parse_init().

RETURNS

TRUE <=> allocation & syntax OK, FALSE else.

SEE ALSO