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

Go to the source code of this file.

Functions

SECTION_INIT void * memset (void *dst, int val, unsigned long n)
 
SECTION_INIT void __fill_mem (void *dst, int val, unsigned long n)
 
SECTION_INIT void * memcpy (void *dst, const void *src, unsigned long n)
 

Function Documentation

◆ memset()

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

◆ __fill_mem()

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

◆ memcpy()

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