Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b965b39 commit 57735a0Copy full SHA for 57735a0
1 file changed
Doc/c-api/unicode.rst
@@ -819,8 +819,8 @@ UCS4 Support
819
Py_UCS4* Py_UCS4_strcat(Py_UCS4 *s1, const Py_UCS4 *s2)
820
int Py_UCS4_strcmp(const Py_UCS4 *s1, const Py_UCS4 *s2)
821
int Py_UCS4_strncmp(const Py_UCS4 *s1, const Py_UCS4 *s2, size_t n)
822
- Py_UCS4* strchr(const Py_UCS4 *s, Py_UCS4 c)
823
- Py_UCS4* strrchr(const Py_UCS4 *s, Py_UCS4 c)
+ Py_UCS4* Py_UCS4_strchr(const Py_UCS4 *s, Py_UCS4 c)
+ Py_UCS4* Py_UCS4_strrchr(const Py_UCS4 *s, Py_UCS4 c)
824
825
These utility functions work on strings of :c:type:`Py_UCS4` characters and
826
otherwise behave like the C standard library functions with the same name.
0 commit comments