|
Linux Kernel
3.7.1
|
#include <linux/string.h>#include <linux/module.h>Go to the source code of this file.
Functions | |
| void * | memcpy (void *to, const void *from, size_t n) |
| EXPORT_SYMBOL (memcpy) | |
| void * | memset (void *s, int c, size_t count) |
| EXPORT_SYMBOL (memset) | |
| void * | memmove (void *dest, const void *src, size_t n) |
| EXPORT_SYMBOL (memmove) | |
| EXPORT_SYMBOL | ( | memcpy | ) |
| EXPORT_SYMBOL | ( | memset | ) |
| EXPORT_SYMBOL | ( | memmove | ) |
Definition at line 23 of file memcpy_32.c.
1.8.2