void *memchr( const void *s, int ch, size_t n )



	- prototype in string.h, mem.h

	- searches first n bytes in s for ch, returning pointer to first
	  occurrence or NULL if not found