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) (unidiff)
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) (show 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 };