!DEC$ATTRIBUTES C,reference,decorate,alias:'H5GARBAGE_COLLECT_C'::h5garbage_collect_c
! This module provides fortran specific helper functions for the HDF library
! H5LIB_PROVISIONAL - This module provides helper functions for Fortran 2003
! only features. If Fortran 2003 functions are enabled then
! H5_ff_F03.f90 is compiled, else H5_ff_F90.f90,
! which is just a place holder blank module, is compiled.
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
! Copyright by The HDF Group. *
! Copyright by the Board of Trustees of the University of Illinois. *
! This file is part of HDF5. The full HDF5 copyright notice, including *
! terms governing use, modification, and redistribution, is contained in *
! the COPYING file, which can be found at the root of the source code *
! distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
! If you do not have access to either file, you may request a copy from *
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
! If you add a new function you must add the function name to the
! Windows dll file 'hdf5_fortrandll.def.in' in the fortran/src directory.
! This is needed for Windows based operating systems.
USE H5LIB_PROVISIONAL ! helper functions for Fortran 2003 features:
! pre-Fortran 2003 - empty module
! Forttran 2003 - contains functions
! Initializes HDF5 Fortran interface.