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
strncpy(3) - redhat
strncpy(3) - debian
strcpy(3) - suse
strncpy(3) - php
strcpy(3) - php
Similar Topics in the Unix Linux Community
Merge two strings by overlapped region
Adding to an array in an external file, and adding elements to it.
Format specifier for sscanf() in C