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