Searched defs:wcscpy (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DCopying.c25 /** The wcscpy function copies the wide string pointed to by s2 (including the
28 @return The wcscpy function returns the value of s1.
30 wchar_t *wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) function

Completed in 31 milliseconds