Re: Administrivia: List Announcement
On Tue, May 13, 2003 at 10:45:21AM -0700, Brian Hatch wrote:
> And for goodness sake, let's cast things properly if you're going
No, bad idea.
If malloc isn't defined, the compiler will cast an int to a pointer, which
may not be the same size.
If malloc is (well) defined, it returns a type of (void *), well casted to
any pointer by the compiler.
Regards,
Luciano Rocha
Received on Wed May 14 12:20:09 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:07:39 EDT
|