tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: int vs. long in test(1)
On Thu, Jun 19, 2008 at 11:56:43AM -0700, James Chacon wrote:
> Isn't that wrong then for 64bit machines where int is 32 and the spec says
> "signed long" is what should be used here?
The wording of the standard means that you can support more, but don't
have to. It is valid to use multi-precision math for example.
>
> James
>
Home |
Main Index |
Thread Index |
Old Index