可用的回归测试通过的标准版本
This commit is contained in:
@@ -1 +1 @@
|
||||
{"string": "4d5db7f970ef510f", "stdint": "56cdd754a8a09347", "stdio": "73edbcf76e32d00b"}
|
||||
{"stdint": "56cdd754a8a09347", "string": "6aee24fdefa3cbc0", "stdio": "73edbcf76e32d00b"}
|
||||
@@ -1 +0,0 @@
|
||||
{"main": "2255fdda7aed5595", "string": "4d5db7f970ef510f", "stdint": "56cdd754a8a09347", "stdio": "73edbcf76e32d00b"}
|
||||
1
Test/StringIterTest/output/6aee24fdefa3cbc0.deps.json
Normal file
1
Test/StringIterTest/output/6aee24fdefa3cbc0.deps.json
Normal file
@@ -0,0 +1 @@
|
||||
{"main": "2255fdda7aed5595", "stdint": "56cdd754a8a09347", "string": "6aee24fdefa3cbc0", "stdio": "73edbcf76e32d00b"}
|
||||
@@ -37,4 +37,8 @@ def memmove(dest: t.CVoid | t.CPtr, src: t.CVoid | t.CPtr, num: t.CSizeT) -> t.C
|
||||
|
||||
def atoi(src: str) -> t.CInt: pass
|
||||
|
||||
def atoll(src: str) -> t.CInt64T: pass
|
||||
|
||||
def atof(src: str) -> t.CDouble: pass
|
||||
|
||||
def split(s: str, delim: str, result: list[str]) -> int: pass
|
||||
@@ -1,4 +1,4 @@
|
||||
2255fdda7aed5595:main.py
|
||||
4d5db7f970ef510f:includes/string.py
|
||||
56cdd754a8a09347:includes/stdint.py
|
||||
6aee24fdefa3cbc0:includes/string.py
|
||||
73edbcf76e32d00b:includes/stdio.py
|
||||
|
||||
Reference in New Issue
Block a user