Fabcoin Core  0.16.2
P2P Digital Currency
Functions
glibc_sanity.cpp File Reference
#include <cstddef>
Include dependency graph for glibc_sanity.cpp:

Go to the source code of this file.

Functions

void * memcpy (void *a, const void *b, size_t c)
 
void * memcpy_int (void *a, const void *b, size_t c)
 
bool glibc_sanity_test ()
 

Function Documentation

bool glibc_sanity_test ( )

Definition at line 61 of file glibc_sanity.cpp.

Here is the caller graph for this function:

void* memcpy ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 17 of file glibc_compat.cpp.

Here is the call graph for this function:

void* memcpy_int ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 16 of file glibc_sanity.cpp.

Here is the call graph for this function: