| Interix / SUA | bcopy.3 | Interix / SUA |
bcopy(3) bcopy(3)
bcopy()
NAME
bcopy() - copy byte string
SYNOPSIS
#include
void bcopy (const void *src, void *dst, size_t len)
DESCRIPTION
The bcopy(3) function copies len bytes from string src to string dst. The
two strings may overlap. If len is zero, no bytes are copied.
SEE ALSO
memcpy(3)
memmove(3)
strcpy(3)
strncpy(3)
USAGE NOTES
The bcopy function is thread safe.
The bcopy function is not async-signal safe.
| Interix / SUA | Hosted at SUA Community for Interix, SUA and SFU | Interix / SUA |