Subject: Re: sys/null.h
To: Roland Illig <roland.illig@gmx.de>
From: Klaus Klein <kleink@mibh.de>
List: tech-userlevel
Date: 04/13/2005 19:22:46
On Wednesday, 13. April 2005 18:09, Roland Illig wrote:

[This was supposed to be part of the previous posting, but I accidently
 sent it unfinished - my apologies.]

> * What happens on I32LP64 systems?
>    fprintf(stderr, "%#p %#p\n", NULL, NULL, 1, 2, 3, 4);
>    I would expect the answer to not be "0x0 0x0".

In addition to what der Mouse said, it should be mentioned that
this is "safe" with the ABIs of those (NetBSD) platforms.


- Klaus