Re: [PATCH v1 1/1] man/man3/strnul.3: New page
From: Paul Eggert <hidden>
Date: 2026-02-22 01:54:36
From: Paul Eggert <hidden>
Date: 2026-02-22 01:54:36
On 2026-02-21 07:02, Alejandro Colomar wrote:
+.BI char\~*streq(const\~char\~* s );
I see you fixed the misspelling of "strnul". However, there's a more important issue here: that's not the type of Gnulib strnul. Gnulib strnul is a qualifier-generic macro, and (unlike C23 strchr) there is no underlying function named "strnul". This needs to be documented clearly.