summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/currency.h
Unidiff
Diffstat (limited to 'noncore/tools/euroconv/currency.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/euroconv/currency.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/noncore/tools/euroconv/currency.h b/noncore/tools/euroconv/currency.h
new file mode 100644
index 0000000..90f5b57
--- a/dev/null
+++ b/noncore/tools/euroconv/currency.h
@@ -0,0 +1,20 @@
1/****************************************************************************
2 *
3 * File: currency.h
4 *
5 * Description: define constant for currency compare Euro
6 *
7 *
8 * Authors: Eric Santonacci <Eric.Santonacci@talc.fr>
9 *
10 *
11 * $Id$
12 *
13 ***************************************************************************/
14
15// 1 Euro equal....
16#define EURO 1 // Euro
17#define FF 6.55957 // French Francs
18#define DM 1.96 // Deutch Mark
19
20static const char* aCurrency[] = { "Euro", "French Frs", "DM", 0 };