Jim Meyering <[EMAIL PROTECTED]> writes: > How about a c-strstr module, analogous to c-strtod? > i.e., strstr as if it were operating in the C locale.
There already is a c-strstr module. But now that you mention it, why is there a c-strstr module, or a fancy strstr replacement that looks at multibyte characters? POSIX says strstr operates on byte strings, not character strings. Anyway, this issue is a bit orthogonal to the original problem, which due to our not-strictly-necessary messing with string.h's name space.
