/* Ported to GNU C openVMS/Alpha by Klaus Kämpf, kkaempf@progis.de */ /* * * Conversion routines from CVTRTL. */ #ifndef _cvt$routines_H #define _cvt$routines_H # ifdef __cplusplus extern "C" { # endif #define cvt$convert_float CVT$CONVERT_FLOAT unsigned long cvt$convert_float(const void *,unsigned long, void *,unsigned long,unsigned long); # ifdef __cplusplus } # endif #endif /*_cvt$routines_H*/