Closed HNYuuu closed 2 years ago
Remove the emulation of C library's string related functions, like strcpy, strcmp and strstr, because we can just step in these functions and their implementations are not complicated.
strcpy
strcmp
strstr
Partly fix #57.
Remove the emulation of C library's string related functions, like
strcpy
,strcmp
andstrstr
, because we can just step in these functions and their implementations are not complicated.Partly fix #57.