18 lines
315 B
Python
18 lines
315 B
Python
"""
|
|
Auto-generated Python stub file from caller1.py
|
|
Module: caller1
|
|
"""
|
|
|
|
import c
|
|
|
|
|
|
import t
|
|
import stdio
|
|
import stdlib
|
|
import memhub
|
|
from g4node import G4Node, new_g4node
|
|
|
|
def caller1_make_chain(pool: memhub.MemBuddy | t.CPtr) -> G4Node | t.CPtr: pass
|
|
|
|
def caller1_sum_chain(head: G4Node | t.CPtr) -> t.CInt: pass
|