strcpy(9) suse man page | unix.com

Man Page: strcpy

Operating Environment: suse

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 2.6. July 2010 STRCPY(9)
Related Man Pages
strcpy(3) - centos
strcpy(3) - redhat
strcpy(3) - suse
strcpy(3) - opendarwin
strncpy(3) - x11r4
Similar Topics in the Unix Linux Community
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.
Pipe usage error while visiting directories
Format specifier for sscanf() in C