hdf_get_valuevf (3) Linux Manual Page
NAME hdf_get_valuevf – Return the value of a node in the data set SYNOPSIS #include <util/neo_hdf.h> char *hdf_get_valuevf(HDF *hdf, const char *namefmt, va_list ap); ARGUMENTS hdf -> the dataset node to start from namefmt -> the format string ap -> va_list of varargs DESCRIPTION hdf_get_valuevf walks the data set pointed to by hdf via namefmt…
