- or download this
static char *right_b_error = "right-shift right operand is out
+of bounds";
static char *right_error = "right shift overflows";
...
#include "strtoint64.h"
#include "isaac64.h"
- or download this
Int64.c
Int64.xs(254) : error C2059: syntax error : 'bad suffix on number'
...
Int64.xs(334) : error C2144: syntax error : '<Unknown>' should be prec
+eded by '<
Unknown>'
Int64.xs(334) : error C2143: syntax error : missing ')' before 'identi
+fier'
- or download this
if (may_die_on_overflow &&
((nv >= 0x1p63) || (nv < -0x1p63))) overflow(aTHX_ out
+_of_bounds_error_s);
return nv;