> 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 <inttypes.h>. That's what it's for. --tml ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
