#include <ders/mem.hpp>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Functions | |
void * | ders::mem_find (void *p1, int sz1, char ch) |
void * | ders::mem_rev_find (void *p1, int sz1, char ch) |
void * | ders::mem_find (void *p1, int sz1, const void *p2, int sz2) |
void * | ders::mem_rev_find (void *p1, int sz1, const void *p2, int sz2) |
Definition in file mem.cpp.