fix: fix unfinished u8 fopen.

- finish unfinished utf8 version fopen.
- add testbench for it.
This commit is contained in:
2025-08-13 08:49:18 +08:00
parent e23a1346eb
commit 8fcfa180b4
3 changed files with 50 additions and 22 deletions

View File

@ -11,6 +11,7 @@ PRIVATE
yycc/constraint.cpp
yycc/constraint/builder.cpp
yycc/patch/ptr_pad.cpp
yycc/patch/fopen.cpp
yycc/string/op.cpp
yycc/string/reinterpret.cpp
yycc/num/parse.cpp