This commit is contained in:
jl777
2016-10-25 19:07:26 -03:00
parent 3a2b2b45b6
commit c23b9ce30f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
/* JSON parser in C. */ /* JSON parser in C. */
#include <math.h> #include <math.h>
#include "../includes/cJSON.h" #include "cJSON.h"
#ifndef DBL_EPSILON #ifndef DBL_EPSILON
#define DBL_EPSILON 2.2204460492503131E-16 #define DBL_EPSILON 2.2204460492503131E-16

View File

@@ -31,7 +31,7 @@
#include <float.h> #include <float.h>
#include <memory.h> #include <memory.h>
#include "../crypto777/OS_portable.h" //#include "../crypto777/OS_portable.h"
#define SATOSHIDEN ((uint64_t)100000000L) #define SATOSHIDEN ((uint64_t)100000000L)
#define dstr(x) ((double)(x) / SATOSHIDEN) #define dstr(x) ((double)(x) / SATOSHIDEN)