补充
This commit is contained in:
9
includes/stdlib.py
Normal file
9
includes/stdlib.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from stdint import *
|
||||
import t
|
||||
|
||||
|
||||
|
||||
def malloc(size: UINT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
def calloc(nmemb: UINT, size: UINT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
def realloc(p: str, p2: t.CLong | t.CLong) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
def free(p: t.CVoid | t.CPtr) -> None | t.State | t.CExtern | t.CExport: pass
|
||||
Reference in New Issue
Block a user