mirror of
https://github.com/zeldaret/tp
synced 2026-06-15 06:31:10 -04:00
e1114ebcf9
* 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;
|
|
}
|