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

NAME

vf_period_time_to_string - vf_period_time_to_string()

SYNOPSIS

#include <../vformat/vf_iface.h> extern uint32_t vf_period_time_to_string

(

char *p_string,

const VF_ISO8601_PERIOD_T *p_period

);

PARAMETERS

char *p_string
Output string.
const VF_ISO8601_PERIOD_T *p_period
Input period value.

DESCRIPTION

Convert a VF_ISO8601_PERIOD_T to a string.

RETURNS

Number of characters written.

SEE ALSO