mem.h File Reference

#include <sys/types.h>

Go to the source code of this file.

Defines

#define bzero(ptr, len)   memset((ptr), 0, (len))

Functions

int bcmp (const void *s1, const void *s2, size_t len)
 Compare two memory areas.
void * memcpy (void *dst, const void *src, size_t n)
 Copy memory block.
void * memmove (void *dst, const void *src, size_t n)
 Move memory block with possible overlapping.
void * memset (void *dest, int b, size_t n)
 Fill memory block with a constant value.


Detailed Description

Definition in file mem.h.


Generated on Thu Jun 2 07:45:53 2011 for HelenOS/USB by  doxygen 1.4.7