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

NAME

vf_read_file - vf_read_file()

SYNOPSIS

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

(

VF_OBJECT_T **pp_object,

const char *p_name

);

PARAMETERS

VF_OBJECT_T **pp_object
Pointer to output object.
const char *p_name
Name of file to read.

DESCRIPTION

Reads indicated VOBJECT_T file.

RETURNS

TRUE <=> read OK, FALSE else.

SEE ALSO