/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:15 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:53 _$11$DUA933:[BUILD.SDL]CVT$ROUTINES.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE cvt$routines ***/ #ifndef __CVT$ROUTINES_LOADED #define __CVT$ROUTINES_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /*************************************************************************** */ /* */ /* Copyright (c) 1993,1994 */ /* by DIGITAL Equipment Corporation, Maynard, Mass. */ /* */ /* This software is furnished under a license and may be used and copied */ /* only in accordance with the terms of such license and with the */ /* inclusion of the above copyright notice. This software or any other */ /* copies thereof may not be provided or otherwise made available to any */ /* other person. No title to and ownership of the software is hereby */ /* transferred. */ /* */ /* The information in this software is subject to change without notice */ /* and should not be construed as a commitment by DIGITAL Equipment */ /* Corporation. */ /* */ /* DIGITAL assumes no responsibility for the use or reliability of its */ /* software on equipment which is not supplied by DIGITAL. */ /* */ /*************************************************************************** */ /* CVT$CONVERT_FLOAT */ /* */ /* Convert floating point data types. */ /* */ /* The CVT$CONVERT_FLOAT converts floating point data types to other */ /* supported floating point data types. */ /* */ unsigned int cvt$convert_float(__unknown_params); int cvt$ftof(__unknown_params); #ifdef __cplusplus } #endif #pragma standard #endif /* __CVT$ROUTINES_LOADED */