Re: memmem

2020-04-14 Thread Roderick
implementation of Henry Spencer. BTW. It would be interesting to have something like memmem, but to search many substrings at the same time. And to have back references in lex/flex would be fantastic! :) Rod.

Re: memmem

2020-04-14 Thread Florian Obser
On Tue, Apr 14, 2020 at 06:52:21AM +, Roderick wrote: > Is that not a little too primitive? I thought so, too. No context, no explanation just a one-liner. -- I'm not entirely sure you are real.

memmem

2020-04-13 Thread Roderick
https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/string/memmem.c?rev=1.4&content-type=text/plain Is that not a little too primitive? Rod.