_mp_alloc to long int

Hans Åberg haberg-1 at telia.com
Sat Jul 30 14:05:46 CEST 2022


> On 30 Jul 2022, at 12:24, Torbjörn Granlund <tg at gmplib.org> wrote:
> 
> Brett Kuntz <kuntz at shaw.ca> writes:
> 
>  #include <stdint.h> 
>  ... 
>  int64_t _mp_alloc; 
>  int64_t _mp_size; 
> 
> Or plain "long" perhaps as that would only affect 64-bit machines.

Or ptrdiff_t, to follow usage the C/C++ standards.




More information about the gmp-discuss mailing list