BCOPY

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
BSD 4.2  

NAME

bcopy - copy byte string  

SYNOPSIS

Fd #include <string.h> Ft void Fn bcopy const void *src void *dst size_t len  

DESCRIPTION

The Fn bcopy function copies Fa len bytes from string Fa src to string Fa dst . The two strings may overlap. If Fa len is zero, no bytes are copied.  

SEE ALSO

memccpy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)  

HISTORY

A Fn bcopy function appeared in BSD 4.2


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY

This document was created by man2html, using the manual pages.
Time: 15:52:51 GMT, January 15, 2023