#define CUR "$" struct wallet_s { char *from; char *to; float value; } WALLET[] = { {"BTC", "USDT", 1.00000000}, {0}, };