Carbon


Float80

Header: MacTypes.h

struct Float80 {
    SInt16 exp; 
    SInt16 man[4];
};
typedef Float80 extended80;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)