mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Create Py_UNICODE_strcat() function
This commit is contained in:
parent
f37ca3c8be
commit
c4eb765fc1
2 changed files with 12 additions and 0 deletions
|
@ -1573,6 +1573,9 @@ PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcpy(
|
|||
Py_UNICODE *s1,
|
||||
const Py_UNICODE *s2);
|
||||
|
||||
PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcat(
|
||||
Py_UNICODE *s1, const Py_UNICODE *s2);
|
||||
|
||||
PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strncpy(
|
||||
Py_UNICODE *s1,
|
||||
const Py_UNICODE *s2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue