Provided by: publib-dev_0.40-2_amd64 bug

NAME

       memarrfill - fill an array with the value of its first element

SYNOPSIS

       #include <publib.h>
       void *memarrfill(void *arr, size_t elsize, size_t nelem);

DESCRIPTION

       memarrfill  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 VALUE

       memarrfill returns its first argument.

SEE ALSO

       publib(3), memfill(3)

AUTHOR

       Lars Wirzenius (lars.wirzenius@helsinki.fi)