summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/currency.h
Side-by-side diff
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 @@
+/****************************************************************************
+ *
+ * File: currency.h
+ *
+ * Description: define constant for currency compare Euro
+ *
+ *
+ * Authors: Eric Santonacci <Eric.Santonacci@talc.fr>
+ *
+ *
+ * $Id$
+ *
+ ***************************************************************************/
+
+// 1 Euro equal....
+#define EURO 1 // Euro
+#define FF 6.55957 // French Francs
+#define DM 1.96 // Deutch Mark
+
+static const char* aCurrency[] = { "Euro", "French Frs", "DM", 0 };