declaration exists already in decn.h

This commit is contained in:
Mirko Scholz 2020-09-08 16:56:50 +02:00
parent 6147b39ffc
commit 3f7dfe460b
2 changed files with 0 additions and 7 deletions

View File

@ -20,9 +20,6 @@
#include <stdio.h>
#include "decn.h"
extern char Buf[DECN_BUF_SIZE];
static dec80 diff;
//diff = (acc - diff) / diff

View File

@ -31,10 +31,6 @@ namespace bmp = boost::multiprecision;
using Catch::Matchers::Equals;
extern char Buf[DECN_BUF_SIZE];
TEST_CASE("build decn"){
build_dec80("0.0009234567890123456", 7);
decn_to_str_complete(&AccDecn);