From abec32f1b69c8655ad3d2f3415b130fc042d0d83 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 15 Nov 2017 22:48:56 +0200 Subject: [PATCH] Test --- crypto777/bitcoind_RPC.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index 98c7e7eb0..0a9157b84 100755 --- a/crypto777/bitcoind_RPC.c +++ b/crypto777/bitcoind_RPC.c @@ -13,6 +13,12 @@ * * ******************************************************************************/ + +#define malloc(n) LP_alloc(n) +#define calloc(a,b) LP_alloc((uint64_t)(a) * (b)) +#define free(ptr) LP_free(ptr) +#define clonestr(str) LP_clonestr(str) + #ifndef FROM_JS #include "OS_portable.h" #define LIQUIDITY_PROVIDER 1