Mitch Capper wrote: > I did implement most of the shared path code in lib/filename.h but for > windows I do need strpbrk. Am I ok to just add that as a dependency for > the filename module?
You don't even need this dependency, since native Windows has strpbrk and since the doc (doc/posix-functions/strpbrk.texi) does not mention any problem of this function on native Windows. So, just use the function. Bruno