On Thu, Jun 07, 2001 at 12:47:30PM -0500, Jacques A. Vidrine wrote: > C99 says of uintptr_t only that for any valid pointer p, the following > is true: > > (void *)(uintptr_t)p == (void *)p > > Likewise for intptr_t. I read that as covering both code and data > pointers. C89, at least, does not guarantee that you can convert between code and data pointers. I believe the same holds for C99. - Damien To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- free() and const warnings Peter Pentchev
- Re: free() and const warnings Peter Pentchev
- Re: free() and const warnings John Baldwin
- Re: free() and const warnings Jacques A. Vidrine
- Re: free() and const warnings Damien Neil
- Re: free() and const warnings Jacques A. Vidrine
- Re: free() and const warnings Warner Losh
- Re: free() and const warnings Peter Pentchev
- Re: free() and const warnings Thomas David Rivers
- Re: free() and const warnings Peter Pentchev
- Re: free() and const warning... Thomas David Rivers
- Re: free() and const war... Peter Pentchev
- Re: free() and const war... Thomas David Rivers
- Re: free() and const war... T. William Wells
- Re: free() and const warning... Assar Westerlund