On 20 Mar 2001, Rusty Carruth <[EMAIL PROTECTED]> wrote:

> Well, there IS this silliness (this won't compile, its just
> pseudo-code, as its been a while since I've had to do this):
> 
> union hacko_union
> {
>       off_t foo;
>       long foolongs[2];
> };

Well, we do already have our own public domain snprintf in the
distribution, so I guess we could add support for %j to that, and then
use it if the system libraries don't support it.  Perhaps later.

--
Martin

Reply via email to