Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mem_TRK.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_MEM_TRK_H
2#define METROTRK_PORTABLE_MEM_TRK_H
3
4#include <dolphin/types.h>
5
6void* TRK_memset(void* dest, int val, size_t count);
7void* TRK_memcpy(void* dest, const void* src, size_t count);
8void TRK_fill_mem(void* dest, int val, size_t count);
9
10#endif /* METROTRK_PORTABLE_MEM_TRK_H */
u32 dest
Definition GXTev.c:8
const void * src
Definition __os.h:116
void * TRK_memset(void *dest, int val, size_t count)
void TRK_fill_mem(void *dest, int val, size_t count)
void * TRK_memcpy(void *dest, const void *src, size_t count)