可用的回归测试通过的标准版本
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,6 +1,6 @@
|
||||
4d5db7f970ef510f:includes/string.py
|
||||
56cdd754a8a09347:includes/stdint.py
|
||||
5a6a2137958c28c5:includes/w32\win32base.py
|
||||
6aee24fdefa3cbc0:includes/string.py
|
||||
72e2d5ccb7cedcf1:includes/w32\win32memory.py
|
||||
73edbcf76e32d00b:includes/stdio.py
|
||||
bbdf3bbd4c3bc28c:includes/w32\win32console.py
|
||||
|
||||
Reference in New Issue
Block a user