SYNOPSIS

#include <util/neo_hdf.h>

NEOERR* hdf_init (HDF **hdf);

ARGUMENTS

hdf - pointer to an HDF pointer

DESCRIPTION

hdf_init initializes an HDF data set and returns the pointer to the top node in the data set.

RETURN VALUE

hdf - allocated hdf node

RELATED TO hdf_init…