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) - centos
strncpy(3) - centos
strcpy(3) - debian
strncpy(3) - opendarwin
strcpy(3) - php
Similar Topics in the Unix Linux Community
Newline in ANSI-C standard functions
Pipe usage error while visiting directories
Parsing syslog from Linux
Format specifier for sscanf() in C