strset, wcsset

These functions are deprecated beginning in Visual C++ 2005. Use the ISO C++ conformant _strset, _strset_l, _wcsset, _wcsset_l, _mbsset, _mbsset_l or security-enhanced _strset_s, _strset_s_l, _wcsset_s, _wcsset_s_l, _mbsset_s, _mbsset_s_l instead.

Change History

Date

History

Reason

December 2008

Removed "POSIX".

Customer feedback.