21#define BC_LONG_MAX_DIGITS (sizeof(LONG_MIN_DIGITS) - 1)
32 bool negative = lval < 0;
39 }
else if (negative) {
struct bc_struct * bc_num
#define bc_new_num_nonzeroed(length, scale)
char * bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end)
#define BC_LONG_MAX_DIGITS
bc_num bc_long2num(zend_long lval)
#define UNEXPECTED(condition)