mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 15:05:06 -04:00
ba08966f58
* clean up MSL_C files according to prime decomp * remove asm
18 lines
631 B
C
18 lines
631 B
C
#include "MSL_C/MSL_Common/Src/mbstring.h"
|
|
#include "MSL_C/MSL_Common/Src/string.h"
|
|
#include "dol2asm.h"
|
|
|
|
/* ############################################################################################## */
|
|
/* 80456668-80456670 004C68 0004+04 1/1 0/0 0/0 .sdata2 @74 */
|
|
SECTION_SDATA2 static unsigned long lit_74 = 0x0000C0E0;
|
|
|
|
/* 80365F74-8036608C 3608B4 0118+00 0/0 1/1 0/0 .text wcstombs */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm size_t wcstombs(char* dst, const wchar_t* src, size_t n) {
|
|
nofralloc
|
|
#include "asm/MSL_C/MSL_Common/Src/mbstring/wcstombs.s"
|
|
}
|
|
#pragma pop
|