From 3ce6dbf9b9958b44acb1e545fe4fead4aefaf90a Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Tue, 14 May 2019 15:41:19 -0400 Subject: Started reverse --- no_trailers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'no_trailers.c') diff --git a/no_trailers.c b/no_trailers.c index e600e35..80dbc0f 100644 --- a/no_trailers.c +++ b/no_trailers.c @@ -8,7 +8,7 @@ void copy(char to[], char from[]); /* * MAIN - * Prints longest line in STDIN. + * Removes all trailing whitespace and blank lines from STDIN. */ int main() { int len; // current line length -- cgit v1.2.3