.\" 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 "INQSTRCPY" "" "06 October 2005" "" ""
.SH NAME
inqstrcpy \- string merge
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void inqstrcpy (char * \fIa\fB, char * \fIb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIa\fB\fR
string to copy from
.TP
\fB\fIb\fB\fR
string to copy to
.SH "DESCRIPTION"
.PP
Copy a String from one location to another
without copying \\0