debian man page for memarrfill

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)

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
xfree(3pub) - debian
dynarr_resize(3pub) - debian
memshuffle(3pub) - debian
strmaxcpy(3pub) - debian
xrealloc(3pub) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?