strcpy(9) centos man page | unix.com

Man Page: strcpy

Operating Environment: centos

Section: 9

STRCPY(9)						     Basic C Library Functions							 STRCPY(9)

NAME
strcpy - Copy a NUL terminated string
SYNOPSIS
char * strcpy(char * dest, const char * src);
ARGUMENTS
dest Where to copy the string to src Where to copy the string from
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRCPY(9)
Related Man Pages
strcpy(3) - linux
strcpy(3) - suse
strncpy(3) - opendarwin
strncpy(3) - x11r4
strncpy(3) - php
Similar Topics in the Unix Linux Community
Merge two strings by overlapped region
Segfault When Parsing Delimiters In C
Newline in ANSI-C standard functions
Adding to an array in an external file, and adding elements to it.