BCOPY

Section: LINUX Programmer's Manual (3)
Updated: April 9, 1993
Index
Return to Main Contents
 

�̸�

bcopy - ����Ʈ ���ڿ� ����  

����

#include <string.h>

void bcopy (const void *src, void *dest, size_t n);
 

����


 bcopy() �Լ��� �ҽ� ��Ʈ�� src�� ó�� n ����Ʈ��
 �ű���� �ϴ� ��Ʈ�� dest�� �����Ѵ�. n�� 0 �̸�,  �������� �ʴ´�.  

��ȯ��

bcopy() �Լ��� ��ȯ���� ����.  

ȣȯ

4.3BSD. This function is deprecated -- use memcpy in new programs.  

���� �׸�

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


 

Index

�̸�
����
����
��ȯ��
ȣȯ
���� �׸�

This document was created by man2html, using the manual pages.
Time: 08:07:01 GMT, March 25, 2004