Bill Allombert on Wed, 08 Aug 2018 10:59:22 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Missing function declaration "diviu_rem" for older code |
On Wed, Aug 08, 2018 at 07:59:37AM +0200, Jens Schmidt wrote: > diviu_rem has been renamed to absdiviu_rem. Older Code will not compile > because there is no compatibility declaration to change calls from > diviu_rem to absdiviu_rem. Hello Jens, To complement what Karim said: Do you have code that use diviu_rem ? What happens when the first parameter is negative ? Cheers, Bill