SSBM Decomp
|
Go to the source code of this file.
Functions | |
int | wcstombs (void *dst, const void *src, size_t len) |
int | memcmp (const void *str1, const void *str2, size_t len) |
void * | memchr (const void *str, int c, size_t len) |
void * | memmove (void *dst, const void *src, size_t len) |
int wcstombs | ( | void * | dst, |
const void * | src, | ||
size_t | len | ||
) |
int memcmp | ( | const void * | str1, |
const void * | str2, | ||
size_t | len | ||
) |
void * memchr | ( | const void * | str, |
int | c, | ||
size_t | len | ||
) |
void * memmove | ( | void * | dst, |
const void * | src, | ||
size_t | len | ||
) |