What's the use of memset() return value?

后端 未结 4 1218
无人共我
无人共我 2020-12-15 02:16

memset() is declared to return void* that is always the same value as the address passed into the function.

What\'s the use of the return v

4条回答
提交回复
热议问题