![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| void * | memmove (void *dst, const void *src, size_t n) |
| void * | memchr (const void *ptr, int ch, size_t count) |
| void * | __memrchr (const void *ptr, int ch, size_t count) |
| int | memcmp (const void *lhs, const void *rhs, size_t count) |
| void * __memrchr | ( | const void * | ptr, |
| int | ch, | ||
| size_t | count ) |
| void * memchr | ( | const void * | ptr, |
| int | ch, | ||
| size_t | count ) |
| int memcmp | ( | const void * | lhs, |
| const void * | rhs, | ||
| size_t | count ) |
| void * memmove | ( | void * | dst, |
| const void * | src, | ||
| size_t | n ) |