补充
This commit is contained in:
20
BenchmarkProject/temp/35b3672a3f08a5f6.pyi
Normal file
20
BenchmarkProject/temp/35b3672a3f08a5f6.pyi
Normal file
@@ -0,0 +1,20 @@
|
||||
"""
|
||||
Auto-generated Python stub file from stdlib.py
|
||||
Module: stdlib
|
||||
"""
|
||||
|
||||
|
||||
c.CIfndef(__STDLIB_DEFINE__)
|
||||
__STDLIB_DEFINE__: t.CDefine
|
||||
|
||||
from stdint import *
|
||||
import t, c
|
||||
|
||||
def malloc(size: UINT) -> t.CVoid | t.CPtr | c.State: pass
|
||||
|
||||
def realloc(p: str, p2: t.CLong | t.CLong) -> t.CVoid | t.CPtr | c.State: pass
|
||||
|
||||
def free(p: t.CVoid | t.CPtr) -> None | c.State: pass
|
||||
|
||||
|
||||
c.CEndif()
|
||||
Reference in New Issue
Block a user