Hello, relatively recently I started coding in C and decided to make a clone of a wc command that I called wcc which just stands for wc clone.
As of now I haven't fully finished it, it can't handle stdin right now and lacks --help and --version arguments, but I plan to finish it soon and maybe make a new thread or re-post it here.
So, it functions like wc:
-lor--linesfor line count-wor--wordsfor word count-mor--charsfor character count-cor--bytesfor byte count
I would like a general feedback/hints on what to pay more attention to.