osf1 man page for blkclr

Query: blkclr

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

blkclr(9r)																blkclr(9r)

NAME
blkclr - General: Zero a block of memory
SYNOPSIS
void blkclr( char*b1, unsigned int n );
ARGUMENTS
Specifies a pointer to a string of at least n bytes. Specifies the number of bytes to be zeroed.
DESCRIPTION
The blkclr routine zeros n bytes of memory beginning at the address specified by b1.
RETURN VALUES
None
SEE ALSO
Routines: bcopy(3) ,bzero(3) ,copystr(9r), ovbcopy(9r), strcpy(9r), strncpy(9r) blkclr(9r)
Related Man Pages
bcopy(3c) - opensolaris
bcmp(3c) - opensolaris
bstring(3c) - opensolaris
bzero(3c) - opensolaris
bzero(3) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB