PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
glibc_compat.cpp File Reference
#include <cstddef>
#include <cstdint>
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__))
 
float log2f_old (float x)
 
float __wrap_log2f (float x)
 

Function Documentation

◆ __chk_fail()

void __chk_fail ( void  )

◆ __wrap_log2f()

float __wrap_log2f ( float  x)

Definition at line 63 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ log2f_old()

float log2f_old ( float  x)
Here is the caller graph for this function:

◆ memcpy()

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

Definition at line 15 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ memmove()

void* memmove ( void *  a,
const void *  b,
size_t  c 
)
Here is the caller graph for this function: