diff options
| author | Adam Carpenter <53hornet@gmail.com> | 2019-05-14 15:41:19 -0400 |
|---|---|---|
| committer | Adam Carpenter <53hornet@gmail.com> | 2019-05-14 15:41:19 -0400 |
| commit | 3ce6dbf9b9958b44acb1e545fe4fead4aefaf90a (patch) | |
| tree | 1ebb8198f93600df0b16d1411f041c7aa853e804 /no_trailers.c | |
| parent | 3c03bde0755595a104ceb2430e6842fd46de4e74 (diff) | |
| download | learning-c-3ce6dbf9b9958b44acb1e545fe4fead4aefaf90a.tar.xz learning-c-3ce6dbf9b9958b44acb1e545fe4fead4aefaf90a.zip | |
Started reverse
Diffstat (limited to 'no_trailers.c')
| -rw-r--r-- | no_trailers.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |