diff options
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |