Query: memarrfill
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMARRFILL(3pub) C Programmer's Manual MEMARRFILL(3pub)NAMEmemarrfill - fill an array with the value of its first elementSYNOPSIS#include <publib.h> void *memarrfill(void *arr, size_t elsize, size_t nelem);DESCRIPTIONmemarrfill sets all elements the array arr to the value of its first element. The array has nelem elements (including the first one), each of which is elsize bytes big.RETURN VALUEmemarrfill returns its first argument.SEE ALSOpublib(3), memfill(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual MEMARRFILL(3pub)