On Fri Nov 4 13:45:37 2022 +0000, Giovanni Mascellani wrote:
Personally I like to have everything as `const` as possible, but (in general) not at the expense of casting away `const`.
In the spirit of e.g. strchr(), I don't mind the patch as-is. I'll defer to Henri's preference, though.