tp/libs/MSL_C/MSL_Common/Src/misc_io.c

31 lines
477 B
C

//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/misc_io
//
#include "MSL_C/MSL_Common/Src/misc_io.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void __stdio_atexit();
//
// External References:
//
void __close_all(void);
extern void (*__stdio_exit)(void);
//
// Declarations:
//
/* 803664CC-803664DC 360E0C 0010+00 0/0 2/2 0/0 .text __stdio_atexit */
void __stdio_atexit() {
__stdio_exit = __close_all;
}