hdf_set_valuef (3) Linux Manual Page
NAME hdf_set_valuef – Set the value of a named node SYNOPSIS #include <util/neo_hdf.h> NEOERR *hdf_set_valuef(HDF *hdf, const char *fmt, …) ATTRIBUTE_PRINTF(2, 3); ARGUMENTS hdf -> the pointer to the hdf dataset fmt -> the name=value printf(3) format string DESCRIPTION hdf_set_valuef is a convenience function that wraps hdf_set_value. Due to limitations of C, the fmt is…
