Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <cstddef>
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"))) |
void __chk_fail | ( | void | ) |
FDELT_TYPE __fdelt_chk | ( | FDELT_TYPE | ) |
FDELT_TYPE __fdelt_warn | ( | FDELT_TYPE | a | ) |
FDELT_TYPE alias | ( | "__fdelt_warn" | ) |
void* memcpy | ( | void * | a, |
const void * | b, | ||
size_t | c | ||
) |
void* memmove | ( | void * | a, |
const void * | b, | ||
size_t | c | ||
) |