Alejandro Colomar wrote: > Another issue I have with the version you've pushed is that the function > seems to return a const-qualified pointer, which means that you can't > use it as a callback that works on non-const pointers.
Nope, in the code I committed, 'strnul' cannot be used as a function pointer at all. Which, as you acknowledged, matches what glibc does for const-generic macros. Bruno
