FRIGN 3396088666 Implement strmem() and use it in join(1)
We want our delimiters to also contain 0 characters and have them
handled gracefully.
To accomplish this, I wrote a function strmem(), which looks for a
certain, arbitrarily long memory subset in a given string.
memmem() is a GNU extension and forces you to call strlen every time.
2016-02-26 09:54:46 +00:00
..
2015-11-13 14:24:09 +00:00
2015-05-16 13:34:00 +01:00
2015-02-11 01:17:21 +00:00
2015-12-21 14:13:36 +00:00
2015-09-30 19:44:10 +01:00
2014-11-17 16:48:34 +00:00
2015-10-26 16:53:28 +00:00
2014-11-17 16:48:34 +00:00
2015-04-20 18:04:08 +01:00
2015-12-21 09:55:01 +00:00
2015-03-10 22:19:19 +01:00
2015-04-20 11:12:40 +01:00
2015-04-20 11:12:40 +01:00
2014-11-17 16:48:34 +00:00
2016-02-24 10:15:16 +00:00
2016-02-24 10:15:16 +00:00
2016-02-24 10:15:16 +00:00
2016-02-24 10:15:16 +00:00
2015-09-30 19:44:10 +01:00
2015-03-17 11:24:49 +01:00
2015-03-17 11:24:49 +01:00
2015-01-25 17:48:11 +00:00
2016-02-21 08:52:48 +00:00