summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
Diffstat (limited to 'big.h')
-rw-r--r--big.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/big.h b/big.h
index 3617d90..760944d 100644
--- a/big.h
+++ b/big.h
@@ -42,7 +42,7 @@ word bigtostr(word);
word bigtostr8(word);
word bigtostrx(word);
word bigxscan(char *,char *);
-word dbltobig(double);
+word big_fromd(double);
int isnat(word);
word strtobig(word,int);