.\" 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 "STRSTR" "" "06 October 2005" "" ""
.SH NAME
strstr \- Find the first substring in a NUL terminated string
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
char * strstr (const char * \fIs1\fB, const char * \fIs2\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIs1\fB\fR
The string to be searched
.TP
\fB\fIs2\fB\fR
The string to search for