diff --git a/src/main.c b/src/main.c index 1e58b35..16aa3e4 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /** This is a test for `min_array.h`: takes an arbitrary stream, (Cntl-d stops - in most implementations of interactive terminal,) and greedily extracts + in some implementations of interactive terminals,) and greedily extracts integers in the style of `strtol` until it gets to the end-of-file or a null-terminator. */