| // © 2016 and later: Unicode, Inc. and others. |
| // License & terms of use: http://www.unicode.org/copyright.html |
| ****************************************************************************** |
| * Copyright (C) 2001, International Business Machines |
| * Corporation and others. All Rights Reserved. |
| ****************************************************************************** |
| * created by: Markus W. Scherer |
| #include "unicode/utypes.h" |
| #if !U_HAVE_WCSCPY && !defined(STARBOARD) |
| U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { |
| U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { |
| U_CAPI size_t uprv_wcslen(const wchar_t *src) { |
| const wchar_t *start=src; |