mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 01:58:44 -04:00
ba08966f58
* clean up MSL_C files according to prime decomp * remove asm
9 lines
278 B
C
9 lines
278 B
C
#include "MSL_C/MSL_Common/Src/misc_io.h"
|
|
#include "MSL_C/MSL_Common/Src/abort_exit.h"
|
|
#include "MSL_C/MSL_Common/Src/ansi_files.h"
|
|
|
|
/* 803664CC-803664DC 360E0C 0010+00 0/0 2/2 0/0 .text __stdio_atexit */
|
|
void __stdio_atexit(void) {
|
|
__stdio_exit = __close_all;
|
|
}
|