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

Go to the source code of this file.

Functions

void * memmove (void *a, const void *b, size_t c)
 
void * memcpy (void *a, const void *b, size_t c)
 
void __chk_fail (void) __attribute__((__noreturn__))
 
FDELT_TYPE __fdelt_warn (FDELT_TYPE a)
 
FDELT_TYPE __fdelt_chk (FDELT_TYPE) __attribute__((weak
 
FDELT_TYPE alias ("__fdelt_warn")))
 

Function Documentation

void __chk_fail ( void  )

Here is the caller graph for this function:

FDELT_TYPE __fdelt_chk ( FDELT_TYPE  )

Here is the caller graph for this function:

FDELT_TYPE __fdelt_warn ( FDELT_TYPE  a)

Definition at line 23 of file glibc_compat.cpp.

Here is the call graph for this function:

FDELT_TYPE alias ( "__fdelt_warn"  )

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* memmove ( void *  a,
const void *  b,
size_t  c 
)

Here is the caller graph for this function: