currency.h
changeset 4297 d0311b62255c
parent 3596 6654541a3958
child 4311 2ac86c9c0ced
equal deleted inserted replaced
4296:f6a019c63d35 4297:d0311b62255c
     9 };
     9 };
    10 
    10 
    11 typedef struct {
    11 typedef struct {
    12 	uint16 rate;
    12 	uint16 rate;
    13 	char separator;
    13 	char separator;
    14 	uint16 to_euro;
    14 	Year to_euro;
    15 	char prefix[16];
    15 	char prefix[16];
    16 	char suffix[16];
    16 	char suffix[16];
    17 } CurrencySpec;
    17 } CurrencySpec;
    18 
    18 
    19 extern CurrencySpec _currency_specs[];
    19 extern CurrencySpec _currency_specs[];