mirror of https://github.com/zeldaret/tp.git
50 lines
1.1 KiB
C
50 lines
1.1 KiB
C
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MSL_Common/Src/FILE_POS
|
|
//
|
|
|
|
#include "MSL_C/MSL_Common/Src/FILE_POS.h"
|
|
#include "MSL_C/MSL_Common/Src/buffer_io.h"
|
|
#include "errno.h"
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
void __end_critical_region();
|
|
void __begin_critical_region();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80365BB4-80365C20 3604F4 006C+00 0/0 2/2 0/0 .text fseek */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm int fseek(FILE* file, long offset, int mode) {
|
|
nofralloc
|
|
#include "asm/MSL_C/MSL_Common/Src/FILE_POS/fseek.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80365C20-80365E90 360560 0270+00 1/1 0/0 0/0 .text _fseek */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm int _fseek(FILE* file, fpos_t offset, int mode) {
|
|
nofralloc
|
|
#include "asm/MSL_C/MSL_Common/Src/FILE_POS/_fseek.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80365E90-80365F74 3607D0 00E4+00 0/0 2/2 0/0 .text ftell */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm long ftell(FILE* file) {
|
|
nofralloc
|
|
#include "asm/MSL_C/MSL_Common/Src/FILE_POS/ftell.s"
|
|
}
|
|
#pragma pop
|