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

Go to the source code of this file.

Functions

voidmemdup (const void *src, size_t len)
 

Function Documentation

void* memdup ( const void src,
size_t  len 
)

memdup - duplicate region of memory : memory region to duplicate : memory region length

Definition at line 344 of file string.c.