On Fri, Sep 30, 2005 at 03:45:56PM -0700, Paul Eggert wrote:

> If 'size' is of type size_t, then where I was suggesting this:
> 
>      unsigned long int s = size;
>      printf (_("The size is %lu.\n"), size);

Am I mistaken, or is it the case that the C99 standard allows size_t
to be wider than unsigned long?    (e.g. unsigned long long)

James.



_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to