Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __HAVE_ARCH_MEMSET |
#define | __HAVE_ARCH_MEMCPY |
#define | __HAVE_ARCH_MEMMOVE |
Functions | |
void * | memset (void *__s, int __c, size_t __count) |
void * | memcpy (void *__to, __const__ void *__from, size_t __n) |
void * | memmove (void *__dest, __const__ void *__src, size_t __n) |