Bitcoin
|
#include <cstddef>
Namespaces | |
anonymous_namespace{glibc_sanity.cpp} | |
Functions | |
void * | memcpy (void *a, const void *b, size_t c) |
void * | memcpy_int (void *a, const void *b, size_t c) |
template<unsigned int T> | |
bool | anonymous_namespace{glibc_sanity.cpp}::sanity_test_memcpy () |
bool | glibc_sanity_test () |
bool glibc_sanity_test | ( | ) |
void* memcpy | ( | void * | a, |
const void * | b, | ||
size_t | c | ||
) |
void* memcpy_int | ( | void * | a, |
const void * | b, | ||
size_t | c | ||
) |