memset

extern (C) @system nothrow @nogc
void*
memset
pure
(
return void* s
,
int c
,
size_t n
)
Suggestion Box / Bug Report