00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #ifndef _IOHB_H_
00033 #define _IOHB_H_
00034
00035 #ifdef __ProtoGlarp__
00036 #undef __ProtoGlarp__
00037 #endif
00038 #if defined(__STDC__) || defined(__cplusplus)
00039 #define __ProtoGlarp__(x) x
00040 #else
00041 #define __ProtoGlarp__(x) ()
00042 #endif
00043
00044 #ifdef __cplusplus
00045 extern "C" {
00046 #endif
00047
00048 void readHB_info __ProtoGlarp__(( const char*, int*, int*, int*, int* ));
00049 void readHB_mat_double __ProtoGlarp__(( const char*, int*, int*, double*));
00050 void readHB_mat_float __ProtoGlarp__(( const char*, int*, int*, float*));
00051
00052 void readHB_rhs_double __ProtoGlarp__(( const char*, double*, int));
00053 void readHB_rhs_float __ProtoGlarp__(( const char*, float*, int));
00054
00055 void writeHB_mat_double
00056 __ProtoGlarp__(( const char*, int, int, int, const int*, const int*,
00057 const double*, int, const double*, const char*, const char*));
00058 void writeHB_mat_float
00059 __ProtoGlarp__(( const char*, int, int, int, const int*, const int*,
00060 const float*, int, const double*, const char*, const char*));
00061
00062 #ifdef __cplusplus
00063 }
00064 #endif
00065
00066
00067 #endif