<<< Date Index >>>     <<< Thread Index >>>

Re: sscanf (x, "%u", &(uint64_t))



On Mon, Mar 21, 2005 at 10:21:20AM +0900, Tamotsu Takahashi wrote:
> 
> I have only 32bit machines, so, uint32_t is unsigned int.
> Now there is no problem for _me_.

Are you sure, uint32_t could easily be unsigned long.
In which case you would need %ul in order to remove the compiler
warnings.

        David

-- 
David Laight: david@xxxxxxxxx