Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mem_TRK.h File Reference

Go to the source code of this file.

Functions

void * TRK_memset (void *dest, int val, size_t count)
 
void * TRK_memcpy (void *dest, const void *src, size_t count)
 
void TRK_fill_mem (void *dest, int val, size_t count)
 

Function Documentation

◆ TRK_fill_mem()

void TRK_fill_mem ( void * dest,
int val,
size_t count )

◆ TRK_memcpy()

void * TRK_memcpy ( void * dest,
const void * src,
size_t count )

◆ TRK_memset()

void * TRK_memset ( void * dest,
int val,
size_t count )