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