Files
tp/include/init.h
T
TakaRikka e0a17187ad JMessage work (#296)
* daalink / z2linkmgr wip

* first cleanup of JASGlobalInstance data

* fix sInstance stuff part 2

* more d_a_alink_swim work

* remove asm

* JMessage work

* remove asm
2023-02-19 10:40:57 -07:00

18 lines
266 B
C

#ifndef INIT_H
#define INIT_H
#include "MSL_C/MSL_Common/Src/string.h"
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {
#endif
__declspec(section ".init") void* TRK_memset(void* dst, int val, size_t n);
#ifdef __cplusplus
}
#endif
#endif /* INIT_H */