SYNOPSIS

#include <../vformat/vf_iface.h>

extern void vf_get_prop_name

(

VF_PROP_T *p_prop,

char *p_buffer,

uint32_t bufsize

);

PARAMETERS

VF_PROP_T *p_prop

The property.

char *p_buffer

The buffer.

uint32_t bufsize

Size of the buffer.

DESCRIPTION

Build the property name string in the indicated buffer.

RETURNS

(None)

RELATED TO vf_get_prop_name…