Check the arguments to printf and scanf against the format string.
Check that arguments to a printf format string are compatible with that string. Issue errors for incompatibilities.
Check that arguments to a scanf format string are compatible with that string. Issue errors for incompatibilities.
See Source File _chkformat.d Documentation: https://dlang.org/phobos/dmd_chkformat.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/chkformat.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Check the arguments to printf and scanf against the format string.