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

33 lines
532 B
C

//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/scanf
//
#include "MSL_C/MSL_Common/Src/scanf.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void __StringRead();
//
// External References:
//
//
// Declarations:
//
/* 8036878C-8036881C 3630CC 0090+00 0/0 2/2 0/0 .text __StringRead */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __StringRead() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/scanf/__StringRead.s"
}
#pragma pop