Carbon


Float96

Header: MacTypes.h

struct Float96 {
    SInt16 exp; 
    SInt16 filler; 
    SInt16 man[4];
};
typedef Float96 extended96;

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