src/h5/h5.h
- renamed, was "_h5.h"
This commit is contained in:
@@ -53,6 +53,7 @@ src/h5/attribs.c -text
|
||||
src/h5/attribs.h -text
|
||||
src/h5/errorhandling.c -text
|
||||
src/h5/errorhandling.h -text
|
||||
src/h5/h5.h -text
|
||||
src/h5/h5_private.h -text
|
||||
src/h5/h5_types.h -text
|
||||
src/h5/openclose.c -text
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
#ifndef __H5_H
|
||||
#define __H5_H
|
||||
|
||||
#include "h5_types.h"
|
||||
|
||||
#include "attribs.h"
|
||||
#include "errorhandling.h"
|
||||
#include "openclose.h"
|
||||
#include "readwrite.h"
|
||||
#include "t_openclose.h"
|
||||
#include "t_readwrite.h"
|
||||
#include "u_readwrite.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user