src/H5Part.h

- C++ wrapper added
This commit is contained in:
2006-09-19 01:16:46 +00:00
parent b998848ed2
commit 5d9b13e15e
+8
View File
@@ -1,6 +1,10 @@
#ifndef _H5Part_H_
#define _H5Part_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdlib.h>
#include <stdarg.h>
#include <hdf5.h>
@@ -294,3 +298,7 @@ H5PartAbortErrorHandler (
);
#endif
#ifdef __cplusplus
}
#endif