Carbon


NumFormatString

Header: NumberFormatting.h

struct NumFormatString {
    UInt8 fLength; 
    UInt8 fVersion; 
    char data[254];
};
typedef NumFormatString NumFormatStringRec;

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