Vedran Grudenic

Results 4 comments of Vedran Grudenic

Hi @ledvinap, I am presuming this means that `out_fct_type` would be removed and only `out_object.fn` would remain? This makes sense because `fctprintf` is the most general overload and all other...

That would actually be a good idea for the the base-10 branch also. I would perhaps explicitly write `value % 10` instead of `value % base`, although I believe most...

Regarding 2., are you referring to [this line](https://github.com/mpaland/printf/blob/d3b984684bb8a8bdc48cc7a1abecb93ce59bbe3e/printf.c#L853)? Because it seems that `idx` and `maxlen` are both `size_t` in that function.

@msiuts thanks for creating this! I am slightly confused by why the "official fix" in 0.10.11 isn't working, perhaps you can shine some light please? I noticed PRs #270 and...