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