suse man page for strcpy

Query: strcpy

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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) - linux
strncpy(3) - redhat
strcpy(3) - debian
strncpy(3) - suse
strncpy(3) - opendarwin
Similar Topics in the Unix Linux Community
Merge two strings by overlapped region
Newline in ANSI-C standard functions
Pipe usage error while visiting directories
Parsing syslog from Linux