An open API service indexing awesome lists of open source software.

https://github.com/arantebw/reowc

The replication of the GNU `wc` core utility program.
https://github.com/arantebw/reowc

Last synced: 8 months ago
JSON representation

The replication of the GNU `wc` core utility program.

Awesome Lists containing this project

README

          

# reowc

The replication of the GNU `wc` core utility program.

## References

- [Build Your Own wc Tool](https://codingchallenges.fyi/challenges/challenge-wc)

### `wc` implementation from GNU `coreutils`

- [wc.c](https://github.com/coreutils/coreutils/blob/master/src/wc.c)
- [wc.h](https://github.com/coreutils/coreutils/blob/master/src/wc.h)