coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memchr.c File Reference
#include <string.h>
Include dependency graph for memchr.c:

Go to the source code of this file.

Functions

voidmemchr (const void *s, int c, size_t n)
 

Function Documentation

◆ memchr()

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

Definition at line 2 of file memchr.c.

References c, NULL, and s.