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) - redhat
strncpy(3) - redhat
strcpy(3) - debian
strcpy(3) - opendarwin
strncpy(3) - x11r4
Similar Topics in the Unix Linux Community
multiuser chat server closes when one client closes. code included
Merge two strings by overlapped region
Pipe usage error while visiting directories
Format specifier for sscanf() in C