summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/currency.h
authoreric <eric>2003-02-25 13:37:30 (UTC)
committer eric <eric>2003-02-25 13:37:30 (UTC)
commitaf4a36adc86052db4ab6855830cb7c5cc9e2d008 (patch) (unidiff)
tree6c1e4c51ce9663b8256f56aa0c98ab1eaab72d07 /noncore/tools/euroconv/currency.h
parente21765875b06f8e76bdd6cfce120a68beaf48e41 (diff)
downloadopie-af4a36adc86052db4ab6855830cb7c5cc9e2d008.zip
opie-af4a36adc86052db4ab6855830cb7c5cc9e2d008.tar.gz
opie-af4a36adc86052db4ab6855830cb7c5cc9e2d008.tar.bz2
- add more currency support
Diffstat (limited to 'noncore/tools/euroconv/currency.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/euroconv/currency.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/noncore/tools/euroconv/currency.h b/noncore/tools/euroconv/currency.h
index d9ee75c..6ca4d09 100644
--- a/noncore/tools/euroconv/currency.h
+++ b/noncore/tools/euroconv/currency.h
@@ -14,7 +14,11 @@
14 14
15// 1 Euro equal.... 15// 1 Euro equal....
16#define EURO 1 // Euro 16#define EURO 1 // Euro
17#define FF 6.55957 // French Francs 17#define FRF 6.55957 // French Francs
18#define DM 1.9594 // Deutch Mark 18#define DEM 1.9594 // Deutch Mark
19#define BEF 40.3399 // Belgium Francs
20#define ITL 1936.27 // Italian Lire
21#define LUF 40.3399 // Luxemburg
22#define IEP 0.787564 // Irish Pound
19 23
20static const char* aCurrency[] = { "Euro", "FF", "DM", 0 }; 24static const char* aCurrency[] = { "Euro", "FRF", "DEM", "BEF", "ITL", "LUF", "IEP", 0 };