Table of Contents Previous topic Next topic
C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->strcpy()
Summary
#include <string.h>
| char *strcpy(char* string1, const char* string2); | Copy one string to another |
| string1 | Destination string |
| string2 | Source string |