Brian Pane <[EMAIL PROTECTED]> writes:

> >+    printf("Pointer size:   %d\n", sizeof(void *));
> >
> 
> How about
>        printf("Pointer size:   %d bits\n", 8*sizeof(void*)); ?
> to make it a bit less subtle?

Yessir, that is a big improvement.  If nobody comes up with a better
scheme or expresses a preference for an APR symbol then I'll go with
that.

Thanks,

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to