Iros
 
Loading...
Searching...
No Matches
memchr.cpp File Reference
#include <string.h>
#include "di/container/algorithm/prelude.h"

Functions

auto memchr (void const *haystack, int needle, size_t count) -> void *
 

Function Documentation

◆ memchr()

auto memchr ( void const * haystack,
int needle,
size_t count ) -> void*