mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 21:10:33 -04:00
52 lines
1.1 KiB
C++
52 lines
1.1 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MSL_Common/Src/mbstring
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/mbstring.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void wcstombs();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void strncpy();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80456668-80456670 0004+04 s=1 e=0 z=0 None .sdata2 @74 */
|
|
SECTION_SDATA2 static u32 lit_74[1 + 1 /* padding */] = {
|
|
0x0000C0E0,
|
|
/* padding */
|
|
0x00000000,
|
|
};
|
|
|
|
/* 80365F74-8036608C 0118+00 s=0 e=1 z=0 None .text wcstombs */
|
|
// 80365FC4: 80456668 (lit_74)
|
|
// 80366064: 80368AE8 (strncpy)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void wcstombs() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/MSL_Common/Src/mbstring/wcstombs.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|