Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
memcpy.c File Reference
#include <linux/module.h>
#include <linux/string.h>

Go to the source code of this file.

Functions

voidmemcpy (void *to, const void *from, size_t n)
 
 EXPORT_SYMBOL (memcpy)
 

Function Documentation

EXPORT_SYMBOL ( memcpy  )
void* memcpy ( void to,
const void from,
size_t  n 
)

Definition at line 10 of file memcpy.c.