
31 Mar
2011
31 Mar
'11
4:25 p.m.
pavel wrote on Thursday, March 31, 2011 at 19:59:25:
unsigned add_with_carry(unsigned *dest, const unsigned *src, size_t size);
the returned value is intended to be an overflow flag (read: carry of the result of the most significant word addition)
that is the returned value is 0 or 1 (or even 2)
well, i got heated with the "2" value -- Pavel P.S. if you notice a grammar mistake or weird phrasing in my message please point it out