memset
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> <string.h>
|
||
void* memset( void* dest, int ch, size_t count ); |
||
ch unsigned char count , dest. :
Converts the value
ch to unsigned char and copies it into each of the first count characters of the object pointed to by dest. | dest | ||
| ch | ||
| count |
dest
| : |
.
| () | |
C++ memset
| |