printf
printf copied to clipboard
added vfctprintf() support
Codecov Report
Merging #83 into master will decrease coverage by
1.10%. The diff coverage is0.00%.
@@ Coverage Diff @@
## master #83 +/- ##
===========================================
- Coverage 100.00% 98.89% -1.11%
===========================================
Files 1 1
Lines 359 363 +4
===========================================
Hits 359 359
- Misses 0 4 +4
| Impacted Files | Coverage Δ | |
|---|---|---|
| printf.c | 98.89% <0.00%> (-1.11%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update d3b9846...24710ad. Read the comment docs.
I think the name for this function should be fctvprintf to match fctprintf.
I think the name for this function should be
fctvprintfto matchfctprintf.
Sure, my mistake
This is missing testcase coverage. I'll see if I can take care of that in my fork of the repo.