D | tchar.h | 467 #define _wcsncpy_l(_Destination,_Source,_Count,_Locale) (wcsncpy(_Destination,_Source,_Count)) argument 468 #define _wcsncat_l(_Destination,_Source,_Count,_Locale) (wcsncat(_Destination,_Source,_Count)) argument 470 #define _wcsnset_l(_Destination,_Value,_Count,_Locale) (_wcsnset(_Destination,_Value,_Count)) argument 471 #define _wcsset_l(_Destination,_Value,_Locale) (_wcsset(_Destination,_Value)) argument
|