Nut/OS  4.10.3
API Reference
memchr.c File Reference
#include <compiler.h>
#include <string.h>
Include dependency graph for memchr.c:

Go to the source code of this file.

Functions

void * memchr (CONST void *s, int c, size_t n)
 Locate byte in a memory region.