MINOR: standard: Add my_memspn and my_memcspn
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Apr 2020 08:23:01 +0000 (10:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commit5eb96cbcbc5fecb9d1275ff442e579e97a7f8c2e
treed15bd073b8a13f892b69ed39d5d5295b0594770b
parent12d5740a386b154fa8b004ea5426dc1e7cd4f9af
MINOR: standard: Add my_memspn and my_memcspn

Do the same than strsnp() and strcspn() but on a raw bytes buffer.
include/common/standard.h
src/standard.c