SSBM Decomp
Loading...
Searching...
No Matches
mem_TRK.h
Go to the documentation of this file.
1
#ifndef __MEM_TRK_H__
2
#define __MEM_TRK_H__
3
4
#include <
platform.h
>
5
6
SECTION_INIT
void
*
TRK_memcpy
(
void
* dst,
const
void
* src,
unsigned
long
n);
7
8
SECTION_INIT
void
*
TRK_memset
(
void
* dst,
int
val,
unsigned
long
n);
9
10
#endif
TRK_memset
SECTION_INIT void * TRK_memset(void *dst, int val, unsigned long n)
TRK_memcpy
SECTION_INIT void * TRK_memcpy(void *dst, const void *src, unsigned long n)
Definition
mem_TRK.c:3
platform.h
SECTION_INIT
#define SECTION_INIT
Definition
platform.h:97
src
MetroTRK
mem_TRK.h
Generated by
1.9.8