SYNOPSIS
#include <util/neo_hdf.h>
HDF* hdf_get_child (HDF *hdf, const char *name);
ARGUMENTS
hdf -> the dataset node to start fromname -> the name to walk to
DESCRIPTION
hdf_get_child will walk the dataset starting at hdf to name, and return the first child of that node
RETURN VALUE
None