diff options
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #define stosmallint(x) make(INT,(x)<0?SIGNBIT|(-(x)):(x),0) long long big_toll(word); -word sto_int(long long); +word big_fromll(long long); double bigtodbl(word); double biglog(word); double biglog10(word); |