Time for 64-bit longs?

lkc at hpirs.UUCP lkc at hpirs.UUCP
Tue Feb 10 08:28:53 AEST 1987


In article <12441 at sun.uucp> guy at sun.UUCP (Guy Harris) writes:
> >>And will the future 128-byte pointer be a "long long long" ? 
> 
> main ()
> {
> 	reallybig	i;
> }

That will lead to the 256-bye pointer:

main ()
{
    long reallybig	i;
}



More information about the Comp.unix.wizards mailing list