Match and link sscanf, string and mbstring

Former-commit-id: eb14c6e0ad
This commit is contained in:
2023-01-18 21:16:39 -08:00
parent 5cbb51975e
commit efb5cb0597
8 changed files with 369 additions and 8 deletions

View File

@@ -872,15 +872,15 @@ LIBS = [
["Runtime/file_io", True],
["Runtime/errno", True],
["Runtime/FILE_POS", True],
"Runtime/mbstring",
["Runtime/mbstring", True],
["Runtime/mem", True],
["Runtime/mem_funcs", True],
["Runtime/misc_io", True],
"Runtime/printf",
["Runtime/qsort", False],
["Runtime/rand", True],
"Runtime/sscanf",
"Runtime/string",
["Runtime/sscanf", True],
["Runtime/string", True],
["Runtime/float", True],
"Runtime/strtold",
["Runtime/uart_console_io", True],