Find attached a patch including macros for the new functions I included
last week in the 64bit module (those with more 32bit number
support).
Thanks.
I also modified some of your macros:
* Those macros with a single line to be executed do not really need the
do{x}while(0);
Agreed.
* pdf_i64_cmp macro should not really call return. Please check my
proposal for that function.
That macro could communicate the result of the comparison by using an
extra argument:
pdf_i64_cmp(number1, number2, result)
Do you agree?