Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
|
Go to the source code of this file.
Functions | |
void * | memset (void *dst, int v, unsigned size) |
int | memcmp (const void *s1, const void *s2, unsigned size) |
void * | memcpy (void *dst, const void *src, unsigned size) |
int memcmp | ( | const void * | s1, |
const void * | s2, | ||
unsigned | size | ||
) |
void* memcpy | ( | void * | dst, |
const void * | src, | ||
unsigned | size | ||
) |
void* memset | ( | void * | dst, |
int | v, | ||
unsigned | size | ||
) |