Skip to content

int.h: Record that MSVC provides inttypes.h since VS 2013

Brad King requested to merge brad.king/kwiml:vs-inttypes into master

However, it seems that scanf does not support 8-bit sizes until MSVC 19.00.

See-also: https://web.archive.org/web/20210719202338/https://devblogs.microsoft.com/cppblog/c99-library-support-in-visual-studio-2013/

Merge request reports