.\" 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 "MATCH_STRCPY" "9" "09 October 2005" "" ""
.SH NAME
match_strcpy \- copies the characters from a substring_t to a string
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void match_strcpy (char * \fIto\fB, substring_t * \fIs\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIto\fB\fR
string to copy characters to.
.TP
\fB\fIs\fB\fR
&substring_t to copy
.SH "DESCRIPTION"
.PP
Copies the set of characters represented by the given
&substring_t \fIs\fR to the c-style string \fIto\fR\&. Caller guarantees that \fIto\fR is
large enough to hold the characters of \fIs\fR\&.