path:
root/
looper/
README.txt (
plain)
blob: b67d65c758c0235e707bbe1fad235d6f48807857
1
2
3
4
5
|
looper.c -- basic iteration over lines of stdin or the given file
looper_readline.c -- Uses readline in interactive mode, so more user friendly.
Otherwise reads the file specified with the -f option.
This program wraps either usage in next_line().
In both cases it enforces a maximum line length limit.
|