This commit is contained in:
ZZY
2025-04-01 00:13:21 +08:00
parent 2b4857001c
commit 74f43a1ab7
79 changed files with 2271 additions and 2861 deletions

View File

@@ -13,7 +13,7 @@ const smcc_rt_t rt = {
.fopen = (rt_fopen_t)fopen,
.fflush = (rt_fflush_t)fflush,
.fclose = (rt_fclose_t)fclose,
.freads = (rt_freads_t)fread_s,
.fread = (rt_fread_t)fread,
.fwrite = (rt_fwrite_t)fwrite,
._realloc = (rt_realloc_t)realloc,