經安全檢測,此網站為安全網站,請放心前往原始網址!

memset, wmemset

Sets buffers to a specified character. Copy void *memset( void *dest, int c, size_t count ); wchar_t *wmemset( wchar_t *dest, wchar_t c, size_t count ); Parameters dest Pointer to destination. c Character to set. count Number of characters.

msdn.microsoft.com

網址安全性掃描由 google 提供