可用的回归测试通过的标准版本
This commit is contained in:
@@ -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