t.h

00001 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
00002  * Copyright by The HDF Group.                                               *
00003  * Copyright by the Board of Trustees of the University of Illinois.         *
00004  * All rights reserved.                                                      *
00005  *                                                                           *
00006  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
00007  * terms governing use, modification, and redistribution, is contained in    *
00008  * the files COPYING and Copyright.html.  COPYING can be found at the root   *
00009  * of the source code distribution tree; Copyright.html can be found at the  *
00010  * root level of an installed copy of the electronic HDF5 document set and   *
00011  * is linked from the top-level documents page.  It can also be found at     *
00012  * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
00013  * access to either file, you may request a copy from help@hdfgroup.org.     *
00014  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
00015 
00016 #include "hdf5.h"
00017 #include "H5private.h"
00018 #include "../src/H5f90i.h"
00019 #include "../src/H5f90proto.h"
00020 
00021 char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size);
00022 
00023 /*
00024  *  Functions from t.c
00025  */
00026 #   define nh5_fixname_c              H5_FC_FUNC_(h5_fixname_c, H5_FIXNAME_C)
00027 #   define nh5_cleanup_c              H5_FC_FUNC_(h5_cleanup_c, H5_CLEANUP_C)
00028 #   define nh5_exit_c                 H5_FC_FUNC_(h5_exit_c, H5_EXIT_C)
00029 #   define nh5_env_nocleanup_c        H5_FC_FUNC_(h5_env_nocleanup_c, H5_ENV_NOCLEANUP_C)
00030 
00031 H5_FCTESTDLL int_f nh5_fixname_c
00032 (_fcd base_name, size_t_f *base_namelen, hid_t_f *fapl, _fcd full_name, size_t_f *full_namelen);
00033 
00034 H5_FCTESTDLL int_f nh5_cleanup_c
00035 (_fcd base_name, size_t_f *base_namelen, hid_t_f *fapl);
00036 
00037 H5_FCTESTDLL void nh5_exit_c
00038 (int_f *status);
00039 
00040 H5_FCTESTDLL void nh5_env_nocleanup_c
00041 (int_f *status);
00042