memset()声明返回void*,它始终与传递给函数的地址相同.
memset()
void*
返回值的用途是什么?为什么不回来void?
void
c c++ memset
c ×1
c++ ×1
memset ×1