Files
tp/libs/MSL_C/MSL_Common/Src/extras.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

47 lines
836 B
C

//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/extras
//
#include "MSL_C/MSL_Common/Src/extras.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void strnicmp();
void stricmp();
//
// External References:
//
void __msl_strnicmp();
extern u8 __lower_map[256];
//
// Declarations:
//
/* 8036CA74-8036CA94 3673B4 0020+00 0/0 1/1 0/0 .text strnicmp */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void strnicmp() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/extras/strnicmp.s"
}
#pragma pop
/* 8036CA94-8036CB20 3673D4 008C+00 0/0 1/1 0/0 .text stricmp */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void stricmp() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/extras/stricmp.s"
}
#pragma pop