Description
Source
Call Graph
strcpy
Copy from source string to destination string Return a pointer to the destination string.


Syntax / parameters
char * strcpy (char *pDestination, const char *pSource)
|
Name |
Type |
Default |
Description |
pDestination |
char *
|
|
Pointer to the destination string.
|
pSource |
const char *
|
|
Pointer to the source string.
|
|
Return value |
char *
|
|
|
Description
Copy from source string to destination string Return a pointer to the destination string.
Source
The documentation for this Member was generated from the following file:
string.c