Search Results

5
votes
7answers
606 views

How to print out dash or dot using fprintf/printf?

As of now I'm using below line to print with out dot's fprintf( stdout, "%-40s[%d]", tag, data); I'm expecting the output would be something like following, …