bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-cflow] Bug on source wc command


From: Sergey Poznyakoff
Subject: Re: [bug-cflow] Bug on source wc command
Date: Fri, 10 Jan 2014 12:00:08 +0200

Hi Sergio,

The example program treats any sequence of letters as a word, therefore
it counts four words in your input: "include", "stdio", "h", and "test".

Standard wc treats any sequence of non-whitespace characters as a word.
therefore it counts five words: "{", "#include", "<stdio.h>", "test",
and "}".

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]