__rawmemchr

Name

__rawmemchr -- scan memory

Synopsis

#include <string.h>

extern ptr_t __rawmemchr(const ptr_t s, int c);

Description

This is a weak alias to rawmemchr. Search in S for C.

Similar to memchr, but there is no length limit.

__rawmemchr is not in the source standard; it is only in the binary standard.