On Tue, Aug 2, 2016 at 10:43 PM, Warren Young <w...@etr-usa.com> wrote:

> For example, VC++2013 lacked snprintf(), but VC++ has had _snprintf()
> since at least 2003.  Much harder to work around are missing format
> specifiers, which were much improved by VC++2013 relative to prior versions.
>

fyi, if you find yourself in that boat wrt to the format specifiers, here's
a drop-in impl of those missing features:

https://code.google.com/archive/p/msinttypes/
https://github.com/chemeris/msinttypes


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to