Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/regress/lib/libc/randomid
On Wednesday 26 November 2003 00:14, Jun-ichiro itojun Hagino wrote:
> Module Name: src
> Committed By: itojun
> Date: Tue Nov 25 23:14:48 UTC 2003
>
> Modified Files:
> src/regress/lib/libc/randomid: idtest.c
>
> Log Message:
> uint64_t may not be "unsigned long long", so use of ULLONG_MAX is not
> appropriate.
UINT64_MAX from <inttypes.h> might be what you're looking for...
- Klaus
Home |
Main Index |
Thread Index |
Old Index