Carbon


Intl1Rec

Header: IntlResources.h

struct Intl1Rec {
    Str15 days[7]; 
    Str15 months[12]; 
    UInt8 suppressDay; 
    UInt8 lngDateFmt; 
    UInt8 dayLeading0; 
    UInt8 abbrLen; 
    char st0[4]; 
    char st1[4]; 
    char st2[4]; 
    char st3[4]; 
    char st4[4]; 
    SInt16 intl1Vers; 
    SInt16 localRtn[1];
};
typedef Intl1Rec Intl1Ptr;

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