nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
memcpy.c File Reference
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for memcpy.c:

Go to the source code of this file.

Functions

void memcpy (void *dest, void *src, size_t size)
 특정 메모리영역의 데이터를 주어진 크기만큼 복사한다. More...