msvcrt: Unify the strncat_s() and wcsncat_s() implementations.
commit50aaedffc9ffe024c804d93ed169ba2e2e357c7e
authorAlexandre Julliard <julliard@winehq.org>
Mon, 27 Jun 2022 08:50:52 +0000 (27 10:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Jun 2022 09:23:32 +0000 (27 11:23 +0200)
tree6aa92f28f5b59c41aebaeee599ce7d6af7eb503a
parentfdcf03fb72484871c031728a08d2308f9d9326ae
msvcrt: Unify the strncat_s() and wcsncat_s() implementations.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/string.c
dlls/msvcrt/tests/string.c
dlls/msvcrt/wcs.c