#include <cstddef>
Go to the source code of this file.
|
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"))) |
|
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 |
|
) |
| |