mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 10:31:57 -04:00
589cc12296
* 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
31 lines
477 B
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;
|
|
}
|