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

Go to the source code of this file.

Functions

int memcmp (const void *s1, const void *s2, size_t len)
 

Function Documentation

int memcmp ( const void s1,
const void s2,
size_t  len 
)

memcmp - Compare two areas of memory : One area of memory : Another area of memory : The size of the area.

Definition at line 3 of file string.c.