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