Making some MSL_C progress (#549)

This commit is contained in:
mrshigure 2025-01-27 16:50:48 -08:00 committed by GitHub
parent 32fdc38925
commit 2309176a5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1456 additions and 263 deletions

View file

@ -1 +1,6 @@
void __stdio_atexit(void) { }
#include "PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/ansi_files.h"
#include "PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/abort_exit.h"
void __stdio_atexit(void) {
__stdio_exit = __close_all;
}