.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "STRCAT" "9" "09 October 2005" "" ""
.SH NAME
strcat \- Append one NUL-terminated string to another
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
char * strcat (char * \fIdest\fB, const char * \fIsrc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdest\fB\fR
The string to be appended to
.TP
\fB\fIsrc\fB\fR
The string to append to it
.SH "DESCRIPTION"
.PP
returns a pointer to \fIdest\fR