printf icon indicating copy to clipboard operation
printf copied to clipboard

added vfctprintf() support

Open bart112233 opened this issue 5 years ago • 4 comments
trafficstars

bart112233 avatar Jul 27 '20 08:07 bart112233

Codecov Report

Merging #83 into master will decrease coverage by 1.10%. The diff coverage is 0.00%.

Impacted file tree graph

@@             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 data Powered by Codecov. Last update d3b9846...24710ad. Read the comment docs.

codecov-commenter avatar Jul 27 '20 08:07 codecov-commenter

I think the name for this function should be fctvprintf to match fctprintf.

JakeSays avatar Oct 27 '20 10:10 JakeSays

I think the name for this function should be fctvprintf to match fctprintf.

Sure, my mistake

bart112233 avatar Oct 27 '20 10:10 bart112233

This is missing testcase coverage. I'll see if I can take care of that in my fork of the repo.

eyalroz avatar Jun 28 '21 21:06 eyalroz