[BACK]Return to internal_types.h CVS log [TXT][DIR] Up to [local] / sys / arch / vax / include

Annotation of sys/arch/vax/include/internal_types.h, Revision 1.1

1.1     ! nbrk        1: /* $OpenBSD: internal_types.h,v 1.1 2002/04/24 21:53:12 espie Exp $ */
        !             2: /* Public domain */
        !             3: #ifndef _MACHINE_INTERNAL_TYPES_H_
        !             4: #define _MACHINE_INTERNAL_TYPES_H_
        !             5:
        !             6: #define __DBL_DIG         16
        !             7: #define __DBL_MAX         1.701411834604692294E+38
        !             8: #define __DBL_MIN         2.938735877055718770E-39
        !             9:
        !            10: #define __FLT_DIG         6
        !            11: #define __FLT_MAX         1.70141173E+38F
        !            12: #define __FLT_MIN         2.93873588E-39F
        !            13:
        !            14: #endif

CVSweb