Re: [Mingw-w64-public] Question on scanf and modifiers...

2010-01-30 Thread Tor Lillqvist
> 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 --

Re: [Mingw-w64-public] Question on scanf and modifiers...

2010-01-30 Thread NightStrike
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