|
VMS Help CRTL, memset *Conan The Librarian |
Sets a specified number of bytes in a given object to a given
value.
Format
#include <string.h>
void *memset (void *s, int value, size_t size);
Additional Information (explode) :
|
|