libdelimit, Makefile: adds test for libdelimit, changes API; fop(1): changes to new libdelimit API

This commit is contained in:
2025-10-30 19:32:03 -06:00
parent 4aab77bee4
commit 5cc1e2067b
3 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ fn main() -> ExitCode {
exit(usage(&argv[0]).into());
});
let stdin = Box::new(stdin().lock());
let stdin = stdin().lock();
let mut input = Delimited::new(stdin, d.clone().as_bytes());
let mut n = 0;