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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DConcatenation.c37 /** The wcsncat function appends not more than n wide characters (a null wide
43 @return The wcsncat function returns the value of s1.
45 wchar_t *wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function

Completed in 31 milliseconds