Source
1
1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
2
* Copyright by The HDF Group. *
3
3
* All rights reserved. *
4
4
* *
5
5
* This file is part of HDF5. The full HDF5 copyright notice, including *
6
6
* terms governing use, modification, and redistribution, is contained in *
7
-
* the files COPYING and Copyright.html. COPYING can be found at the root *
8
-
* of the source code distribution tree; Copyright.html can be found at the *
9
-
* root level of an installed copy of the electronic document set and is *
10
-
* linked from the top-level documents page. It can also be found at *
11
-
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have access *
12
-
* to either file, you may request a copy from help@hdfgroup.org. *
7
+
* the COPYING file, which can be found at the root of the source code *
8
+
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
9
+
* If you do not have access to either file, you may request a copy from *
10
+
* help@hdfgroup.org. *
13
11
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14
12
/*
15
13
* Programmer: Raymond Lu
16
14
* 13 February 2013
17
15
*
18
16
* Purpose: Tests the plugin module (H5PL)
19
17
*/
20
18
21
19
#include <stdlib.h>
22
20
#include <stdio.h>