This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

View 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()