MINOR: ist: Add istend() function to return a pointer to the end of the string
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 22 Oct 2020 12:37:12 +0000 (14:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 18:25:12 +0000 (19:25 +0100)
commitcf26623780bdd66f4fff4154d0e5081082aff89b
tree70405b0f7210cc8a9eb331725c45e16a4a1fbc22
parent1db5579bf8a31a7b5cf8d6f8790e3c3de1e59c88
MINOR: ist: Add istend() function to return a pointer to the end of the string

istend() is a shortcut to istptr() + istlen().
include/import/ist.h