> I know it wasn't long ago that I was asking about using %llu in fscanf or
> sscanf. However, I am wondering if anything has changed in this regard? Does
> MingW64 support %llu in the scanf functions?
Use SCNu64 from . That's what it's for.
--tml
--
On Fri, Jan 29, 2010 at 11:11 PM, David Cleaver wrote:
> Hello again,
>
> I know it wasn't long ago that I was asking about using %llu in fscanf or
> sscanf. However, I am wondering if anything has changed in this regard? Does
> MingW64 support %llu in the scanf functions?
>
> Also, in the futur