hdf_sort_obj (3) Linux Manual Page
NAME hdf_sort_obj – sort the children of an HDF node SYNOPSIS #include <util/neo_hdf.h> hdf_sort_obj() ARGUMENTS h – HDF node compareFunc – function which returns 1,0,-1 depending on some criteria. The arguments to this sort function are pointers to pointers to HDF elements. For example: int sortByName(const void *a, const void *b) { HDF **ha =…
