修正了种子编译器的错误

This commit is contained in:
2026-07-22 21:55:36 +08:00
parent 135aa05485
commit ca7c2120b8
1185 changed files with 12056 additions and 2673 deletions

View File

@@ -0,0 +1,17 @@
"""
Auto-generated Python stub file from caller3.py
Module: caller3
"""
import c
import t
import stdio
import stdlib
import memhub
from g4node import G4Node, new_g4node
def caller3_find_tail(head: G4Node | t.CPtr) -> G4Node | t.CPtr: pass
def caller3_append(head: G4Node | t.CPtr, new_node: G4Node | t.CPtr) -> G4Node | t.CPtr: pass