Carbon


decimal

Header: fp.h

struct decimal {
    char sgn; 
    char unused; 
    SInt16 exp; 
    union {
    
    } sig;
};

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