4.3BSD-Reno/share/man/cat3/memchr.0

Compare this file to the similar file:
Show the results in this format:




MEMCHR(3)		      1990			MEMCHR(3)



NNAAMMEE
     memchr - locate byte in byte string

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttrriinngg..hh>>

     iinntt
     mmeemmcchhrr((ccoonnsstt vvooiidd **bb,, iinntt cc,, ssiizzee__tt lleenn));;

DDEESSCCRRIIPPTTIIOONN
     MMeemmcchhrr locates the first occurrence of _c (converted to an
     unsigned char) in string _b.  It returns a pointer to the
     byte located, or NULL if no such byte exists within _l_e_n
     bytes.

SSEEEE AALLSSOO
     index(3), rindex(3), strchr(3), strcspn(3), strpbrk(3),
     strrchr(3), strsep(3), strspn(3), strstr(3), strtok(3)

SSTTAANNDDAARRDDSS
     _M_e_m_c_h_r conforms to ANSI X3.159-1989 (``ANSI C'').


































Printed 7/27/90                May				1