Files
tp/include/init.h
T

18 lines
266 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef INIT_H
#define INIT_H
2022-03-20 00:01:24 -04:00
#include "MSL_C/MSL_Common/Src/string.h"
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2023-02-19 09:40:57 -08:00
#ifdef __cplusplus
extern "C" {
#endif
__declspec(section ".init") void* TRK_memset(void* dst, int val, size_t n);
#ifdef __cplusplus
}
#endif
2021-03-28 22:49:05 +02:00
#endif /* INIT_H */