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

Go to the source code of this file.

Macros

#define OPSIZ   (BITS_PER_LONG/8)
 

Typedefs

typedef unsigned long op_t
 

Functions

voidmemset (void *dstpp, int sc, size_t len)
 

Macro Definition Documentation

#define OPSIZ   (BITS_PER_LONG/8)

Definition at line 24 of file memset.c.

Typedef Documentation

typedef unsigned long op_t

Definition at line 25 of file memset.c.

Function Documentation

void* memset ( void dstpp,
int  sc,
size_t  len 
)

Definition at line 28 of file memset.c.