// document here exactly why you can not use strncpy_s
#pragma warning( push )
#pragma warning( disable : 4996 )
// your code that uses strncpy instead of strncpy_s
#pragma warning( pop )
how-to-achieve-strncpy-functionality-with-strncpy-s-function
No comments:
Post a Comment