 |
Index for Section 9r |
|
 |
Alphabetical listing for B |
|
 |
Bottom of page |
|
blkclr(9r)
NAME
blkclr - General: Zero a block of memory
SYNOPSIS
void blkclr(
char*b1,
unsigned int n );
ARGUMENTS
b1 Specifies a pointer to a string of at least n bytes.
n 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)
 |
Index for Section 9r |
|
 |
Alphabetical listing for B |
|
 |
Top of page |
|