/sys$common/syshlp/helplib.hlb CC, Run-time functions, bcopy *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Copies byte strings. Syntax: #include <strings.h> void bcopy (const void *source, void *destination, size_t length);
|