Index Index for
Section 9
Index Alphabetical
listing for O
Index Bottom of
page

ovbcopy(9r)

NAME

ovbcopy - General: Copies a byte string with a specified limit

SYNOPSIS

void ovbcopy( char* *b1, char* *b2, int n );

ARGUMENTS

b1 Specifies a pointer to a string of bytes. b2 Specifies a pointer to a buffer of at least n bytes. n Specifies the number of bytes to be copied.

DESCRIPTION

The ovbcopy routine copies n bytes from string b1 to buffer b2. No check is made for null bytes. The address ranges of b1 and b2 can overlap.

NOTES

In most cases, ovbcopy is not as efficient as bcopy.

RETURN VALUES

None

SEE ALSO

Routines: bcopy(9r), blkclr(9r), copystr(9r), strcpy(9r), strncpy(9r)

Index Index for
Section 9
Index Alphabetical
listing for O
Index Top of
page