Files
tp/libs/MSL_C/MSL_Common/Src/mbstring.c
T
TakaRikka 589cc12296 some MSL_C work (#192)
* wip

* bunch of MSL_C files

thanks to pikmin2 decomp for their work

* format / asm

* progress

* fix

* fix remove-asm to work with C files

* init / start
2022-04-24 13:02:50 +02:00

43 lines
827 B
C

//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/mbstring
//
#include "MSL_C/MSL_Common/Src/mbstring.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void wcstombs();
//
// External References:
//
void strncpy();
//
// Declarations:
//
/* ############################################################################################## */
/* 80456668-80456670 004C68 0004+04 1/1 0/0 0/0 .sdata2 @74 */
SECTION_SDATA2 static u32 lit_74[1 + 1 /* padding */] = {
0x0000C0E0,
/* padding */
0x00000000,
};
/* 80365F74-8036608C 3608B4 0118+00 0/0 1/1 0/0 .text wcstombs */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void wcstombs() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/mbstring/wcstombs.s"
}
#pragma pop