diff options
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #define getsmallint(x) (hd[x]&SIGNBIT?-digit0(x):digit(x)) #define stosmallint(x) make(INT,(x)<0?SIGNBIT|(-(x)):(x),0) -long long get_int(word); +long long big_toll(word); word sto_int(long long); double bigtodbl(word); double biglog(word); |