Browse Source

Add information about GBP in header

remotes/origin/feature/currency-exchange
Shivam Chaudhary 2 years ago
parent
commit
3f52b9b11a
  1. 2
      src/currencyExchange.h

2
src/currencyExchange.h

@ -1,5 +1,7 @@
#include <stdio.h> #include <stdio.h>
#define CURRENT_USD_RATE_OF_ONE_EURO 1.07 #define CURRENT_USD_RATE_OF_ONE_EURO 1.07
#define CURRENT_GBP_RATE_OF_ONE_EURO 0.89
float toUSD(float euro); float toUSD(float euro);
float toGBP(float euro);
Loading…
Cancel
Save