.\" 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 "MEMSCAN" "" "06 October 2005" "" ""
.SH NAME
memscan \- Find a character in an area of memory.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * memscan (void * \fIaddr\fB, int \fIc\fB, size_t \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
The memory area
.TP
\fB\fIc\fB\fR
The byte to search for
.TP
\fB\fIsize\fB\fR
The size of the area.
.SH "DESCRIPTION"
.PP
returns the address of the first occurrence of \fIc\fR, or 1 byte past
the area if \fIc\fR is not found