* formatf() - the general printf function. * * It calls parsefmt() to parse the format string. It populates two arrays; * one that describes the input arguments and one that describes a number of * output segments. * * On success, the input array describes the type of all arguments and their * values. * * The function then iterates over the output segments and outputs them one * by one u
source not stored for this graph (policy: none)
no test coverage detected