HL-HDF
hllist.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include "hlhdf.h"

Functions

int main (int argc, char **argv)
 Main function.
 

Detailed Description

Author
Anders Henja (Swedish Meteorological and Hydrological Institute, SMHI)
Date
2009-06-15

Lists the nodes in an HDF5 file.

hllist [-hdv] hdf5file

[-h] Prints a help text.

[-d] Prints debugging information.

[-v] Prints the version number.

hdf5file Is the HDF5 file to be listed.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Main function.