summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--5/11.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/5/11.c b/5/11.c
index df1f6b3..883ed8a 100644
--- a/5/11.c
+++ b/5/11.c
@@ -17,7 +17,10 @@
})
int gettablist(char *s, int *t);
+
+/* Replaces blanks with tabs */
void entab(char *s, char *t, int *tablist, int tablistc);
+/* Replaces tabs with blanks */
void detab(char *s, char *t, int *tablist, int tablistc);
int main(int argc, char *argv[]) {