Jeroen Demeyer on Wed, 17 Sep 2014 15:30:05 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Detecting whether PARI has been initialized |
On 2014-09-17 15:10, John Cremona wrote:
I don't know how in C (as opposed to C++) to make sure that it is set to 0 on startup.
In C, all global or static variables are initialized as 0 on startup.