bcopy(3) Library Functions Manual bcopy(3) bcopy - Standard C library (libc, -lc) #include [[deprecated]] void bcopy(const void src[.n], void dest[.n], size_t n); bcopy() n src dest. , . . attributes(7). +----------------------------+----------------------------------------------------------+--------------------------+ | | | | +----------------------------+----------------------------------------------------------+--------------------------+ |bcopy() | | MT-Safe | +----------------------------+----------------------------------------------------------+--------------------------+ . 4.3BSD. Marked as LEGACY in POSIX.1-2001: use memcpy(3) or memmove(3) in new programs. Note that the first two arguments are interchanged for memcpy(3) and memmove(3). POSIX.1-2008 removes the specification of bcopy(). bstring(3), memccpy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3) () Artyom Kunyov , Azamat Hackimov , Dmitriy Ovchinnikov , Dmitry Bolkhovskikh , ITriskTI , Yuri Kozlov , Kirill Rekhov ; GNU (GNU General Public License - GPL, 3 ) , - . - , , () () () <>. Linux man-pages 6.12 23 2024 . bcopy(3)