Skip to content

Commit 1ecacc6

Browse files
committed
minor change
1 parent bc19ff1 commit 1ecacc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chapter01/1-10.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
22
* Exercise 1-10. Write a program to copy its input to its output, replacing
33
* each tab by \t, each backspace by \b, and each backslash by \\. This makes
4-
* tabs and backspaces visible in an
4+
* tabs and backspaces visible in an unambiguous way.
5+
*
56
* By Faisal Saadatmand
67
*/
78

0 commit comments

Comments
 (0)