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

Go to the source code of this file.

Functions

char * strcpy (char *dest, const char *src)
 문자열을 복사한다. More...