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

61 lines
1.1 KiB
C

//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/file_io
//
#include "MSL_C/MSL_Common/Src/file_io.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void __msl_strnicmp();
void fflush();
void fclose();
//
// External References:
//
void free();
void __flush_all();
void __flush_buffer();
void ftell();
extern u8 __lower_map[256];
//
// Declarations:
//
/* 8036581C-803658C0 36015C 00A4+00 0/0 1/1 0/0 .text __msl_strnicmp */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __msl_strnicmp() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/file_io/__msl_strnicmp.s"
}
#pragma pop
/* 803658C0-803659F8 360200 0138+00 0/0 4/4 0/0 .text fflush */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void fflush() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/file_io/fflush.s"
}
#pragma pop
/* 803659F8-80365BB4 360338 01BC+00 0/0 1/1 0/0 .text fclose */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void fclose() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/file_io/fclose.s"
}
#pragma pop