Home | Info | Community | Development | myReactOS | Contact Us
[inline, static]
Definition at line 170 of file char_traits.h.
{ return (__n == 0 ? __s1 : (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type))); }