mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 09:17:15 -04:00
ba08966f58
* clean up MSL_C files according to prime decomp * remove asm
12 lines
333 B
C
12 lines
333 B
C
#include "MSL_C/MSL_Common/Src/scanf.h"
|
|
|
|
/* 8036878C-8036881C 3630CC 0090+00 0/0 2/2 0/0 .text __StringRead */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm int __StringRead(char* str, int ch, int behavior) {
|
|
nofralloc
|
|
#include "asm/MSL_C/MSL_Common/Src/scanf/__StringRead.s"
|
|
}
|
|
#pragma pop
|