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

Go to the source code of this file.

Functions

voidmemchr (const void *s, int c, size_t n)
 
 EXPORT_SYMBOL (memchr)
 

Function Documentation

EXPORT_SYMBOL ( memchr  )
void* memchr ( const void s,
int  c,
size_t  n 
)

memchr - Find a character in an area of memory. : The memory area : The byte to search for
: The size of the area.

returns the address of the first occurrence of , or NULL if is not found

Definition at line 20 of file memchr_64.c.