home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Beta / Quicktime 2.0 Beta.iso / Programming Stuff / Interfaces / Universal Interfaces / Values.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-30  |  1.1 KB  |  48 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Values.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef __VALUES__
  13. #define __VALUES__
  14.  
  15.  
  16. /*     
  17.     Values.h is going away completely in the future. Please use the macros 
  18.     defined in the ANSI C headers float.h and limits.h. If you previously
  19.     used the macros in Values.h , similar macros defined in float.h and 
  20.     limits.h will provide equivalent functionality in most cases.
  21.  
  22.     Old Value.h name            ANSI C name
  23.     ----------------            -----------
  24.     BITSPERBYTE         ->        CHAR_BIT
  25.     MAXSHORT             ->        SHRT_MAX
  26.     MAXINT                 ->        INT_MAX
  27.     MAXLONG                ->        LONG_MAX
  28.     MAXEXTENDED         ->        LDBL_MAX
  29.     MAXDOUBLE             ->        DBL_MAX
  30.     MAXFLOAT             ->        FLT_MAX
  31.     MINEXTENDED         ->        LDBL_MIN
  32.     MINDOUBLE             ->        DBL_MIN
  33.     MINFLOAT             ->        FLT_MIN
  34.     _EXPBASE            ->        FLT_RADIX
  35.     XMAXEXP                ->        LDBL_MAX_EXP
  36.     DMAXEXP                ->        DBL_MAX_EXP
  37.     FMAXEXP                ->        FLT_MAX_EXP
  38.     XMINEXP             ->        LDBL_MIN_EXP
  39.     DMINEXP                ->        DBL_MIN_EXP
  40.     FMINEXP             ->        FLT_MIN_EXP
  41.     XSIGNIF                ->        LDBL_MANT_DIG
  42.     DSIGNIF                ->        DBL_MANT_DIG
  43.     FSIGNIF                ->        FLT_MANT_DIG
  44. */
  45.  
  46. #endif
  47.  
  48.