martijn
085b73b968
As per POSIX, when str{,r}chr is comparing it should convert c to a char.
The C implementation of str{,r}chr are not linked to the build, because assembly implementations are used, but change to code for easier reference. At least the i386 and amd64 are checked and seem to do the correct thing. Found thanks to the csh any/strchr change. minor pointers and OK millert@ |
6 years ago | |
---|---|---|
src | As per POSIX, when str{,r}chr is comparing it should convert c to a char. | 6 years ago |