SSBM Decomp
Loading...
Searching...
No Matches
mem_TRK.h File Reference
#include <platform.h>

Go to the source code of this file.

Functions

SECTION_INIT void * TRK_memcpy (void *dst, const void *src, unsigned long n)
 
SECTION_INIT void * TRK_memset (void *dst, int val, unsigned long n)
 
void TRK_fill_mem (void *dest, int val, size_t count)
 

Function Documentation

◆ TRK_memcpy()

SECTION_INIT void * TRK_memcpy ( void *  dst,
const void *  src,
unsigned long  n 
)

◆ TRK_memset()

SECTION_INIT void * TRK_memset ( void *  dst,
int  val,
unsigned long  n 
)

◆ TRK_fill_mem()

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