HelpPC 2.10
Quick Reference Utility
Copyright 1991 David Jurgens
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
Esc or Alt-X to exit
memchr
Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann