When you are printing a tab character to the standard output using printf
in C, it outputs some space which is apparently 4 characters in length.
printf("");
Is there any way by which I can control the tab width in the above case? Any help or suggestion is appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…