#include <stdio.h> #include <stdlib.h> #include <ctype.h> #define TAB_STOP 8 /* replaces tabs from input with the proper amount of blank spots */
In normal text editors, you select the b开发者_Python百科lock of text and then press Tab to entab and Shift + Tab to detab.