Ignore:
Timestamp:
Jan 28, 2005, 8:19:00 PM (21 years ago)
Author:
bird
Message:

Added the C99 lconv stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/locale.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1795 r1796  
    6464        char    p_sign_posn;            /** positioning of non-negative monetary sign */
    6565        char    n_sign_posn;            /** positioning of negative monetary sign */
    66 #if 0 /* bird: we don't have this information (it's C99 stuff btw). */
    6766        char    int_p_cs_precedes;
    6867        char    int_n_cs_precedes;
     
    7170        char    int_p_sign_posn;
    7271        char    int_n_sign_posn;
    73 #endif
    7472};
    7573
Note: See TracChangeset for help on using the changeset viewer.