Re: stdio.h

2022-08-22 Thread Vincent Lefevre
On 2022-08-22 14:17:08 +0200, Paul Zimmermann wrote: >Hi, > > the fine manual says: > >All declarations needed to use GMP are collected in the include file >'gmp.h'. It is designed to work with both C and C++ compilers. > > #include > > Note however that prototypes

stdio.h

2022-08-22 Thread Paul Zimmermann
Hi, the fine manual says: All declarations needed to use GMP are collected in the include file 'gmp.h'. It is designed to work with both C and C++ compilers. #include Note however that prototypes for GMP functions with 'FILE *' parameters are only provided if ''