summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/currency.h
authorgroucho <groucho>2003-02-15 11:45:26 (UTC)
committer groucho <groucho>2003-02-15 11:45:26 (UTC)
commitb50692ba650418aa06cbd2662b4ff698c7d3f961 (patch) (side-by-side diff)
tree433cba343b22bfa15e246c302553d976975b08dd /noncore/tools/euroconv/currency.h
parente8f0c623ff6a8822b84b9cc4ee3c1fb3b3016738 (diff)
downloadopie-b50692ba650418aa06cbd2662b4ff698c7d3f961.zip
opie-b50692ba650418aa06cbd2662b4ff698c7d3f961.tar.gz
opie-b50692ba650418aa06cbd2662b4ff698c7d3f961.tar.bz2
Forgot to add the sources :-}
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 };