on July 19, 2007 - 1:23am
.\" Title: strcpy
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.70.1
.\" Date: July 2007
.\" Manual: Basic C Library Functions
.\" Source: Kernel Hackers Manual 2.6.22
.\"
.TH "STRCPY" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Basic C Library Functions"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
strcpy \- Copy a NUL terminated string
.SH "SYNOPSIS"
.HP 14
.BI "char * strcpy(char\ *\ " "dest" ", const\ char\ *\ " "src" ");"
.SH "ARGUMENTS"
.TP 3n
\fIdest\fR
Where to copy the string to
.TP 3n
\fIsrc\fR
Where to copy the string from
.SH "COPYRIGHT"