bcopy()

perform byte string copy 

Function


SYNOPSIS

#include <string.h>

void bcopy(const void *src, void *dst, int n);


DESCRIPTION

The bcopy() function performs byte string copy. bcopy() copies n bytes from string src to string dst.


PARAMETERS

src 

Points to the source string to be copied

dst 

Points to the destination string of the copy

n 

Is the number of bytes to be copied.


RETURN VALUES

None.


CONFORMANCE

4.4BSD.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

This function is deprecated. Use memmove() instead.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
bcmp(), bzero(), ffs(), memcmp(), memcpy(), memmove(), memset()


PTC MKS Toolkit 10.4 Documentation Build 39.