memarrfill(3pub) debian man page | unix.com

Man Page: memarrfill

Operating Environment: debian

Section: 3pub

MEMARRFILL(3pub)					       C Programmer's Manual						  MEMARRFILL(3pub)

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) Publib C Programmer's Manual MEMARRFILL(3pub)
Related Man Pages
dynarr_free(3pub) - debian
dynarr_init(3pub) - debian
fnqualify(3pub) - debian
memdup(3pub) - debian
strltrim(3pub) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph