mlib_memset - set a block of bytes
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void *mlib_memset(void *s, mlib_s32 c, size_t n);
The mlib_memset() function sets the first n bytes in memory area s to the value of c (converted to an unsigned char). It returns s.
This function is a wrapper of the standard C function memset().
The function takes the following arguments:
s
c
n
The function returns a pointer to the destination.
See attributes(5) for descriptions of the following attributes:
|
mlib_memcpy(3MLIB), mlib_memmove(3MLIB), memory(3C), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |