[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/c/string/byte/memset [Back]  [Original]

memset cppreference.com
cppreference.com

memset

cppreference.com
< c | string | byte

<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.
Google.
. .

dest
:
pointer to the object to fill
Google.
. .
ch
:
fill byte
Google.
. .
count
:
number of bytes to fill
Google.
. .

dest

.


() []
C++ memset

Web Proxy Viewer  |  New URL  |  Original Page