On 26 Mar, Edward Wijaya wrote:

> What could be the problem?
> Is there a way to solve it

I assume, the typedef doesn't value the "hooked" malloc, thus,
I recommend:

long double *big_double;
big_double = (long double *) malloc(2*sizeof(long double));

-- 
The trouble with having an open mind, of course,
is that people will insist on coming along and trying to put things in it. 
-- Terry Pratchett

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to