![]() -> Click here to learn how to get live help <- |
MEMSETIndexNAMEmemset - fill memory with a constant byteSYNOPSIS#include <string.h> void *memset(void *s, int c, size_t n); DESCRIPTIONThe fBmemset()fP function fills the first fInfP bytes of the memory area pointed to by fIsfP with the constant byte fIcfP.RETURN VALUEThe fBmemset()fP function returns a pointer to the memory area fIsfP.CONFORMING TOSVID 3, BSD 4.3, ISO 9899SEE ALSObzero(3), swab(3), wmemset(3)
Index |