10#if defined(__GNUC__) && !(defined(__INTEL_COMPILER))
11#pragma GCC diagnostic ignored "-Wconversion"
12#pragma GCC diagnostic ignored "-Wstrict-aliasing"
14#pragma warning(disable : 4100)
void local_to_vax_ints(const fort_int *ia, const fort_int *n)
void vax_to_local_ints(const fort_int *ia, const fort_int *n)
void ieee_float_to_local(const float *val, const int *n, int *errcode)
void vaxf_to_local(float *val, const int *n, int *errcode)
void local_to_vaxf(float *val, const int *n, int *errcode)
void ieee_double_to_local(const double *val, const int *n, int *errcode)
unsigned local_to_vax_int(const fort_int *i)
void local_to_ieee_double(const double *val, const int *n, int *errcode)
void local_to_vax_shorts(const unsigned short *sa, const int *n)
unsigned short vax_to_local_short(const unsigned short *s)
void vax_to_local_shorts(const unsigned short *sa, const int *n)
unsigned vax_to_local_int(const fort_int *i)
unsigned short local_to_vax_short(const unsigned short *s)
void local_to_ieee_float(const float *val, const int *n, int *errcode)