Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wrapper.c File Reference
#include "cache.h"

Go to the source code of this file.

Functions

charxstrdup (const char *str)
 
voidxrealloc (void *ptr, size_t size)
 

Function Documentation

void* xrealloc ( void ptr,
size_t  size 
)

Definition at line 27 of file wrapper.c.

char* xstrdup ( const char str)

Definition at line 15 of file wrapper.c.