18 lines
311 B
Python
18 lines
311 B
Python
"""
|
|
Auto-generated Python stub file from caller2.py
|
|
Module: caller2
|
|
"""
|
|
|
|
import c
|
|
|
|
|
|
import t
|
|
import stdio
|
|
import stdlib
|
|
import memhub
|
|
from g4node import G4Node, new_g4node
|
|
|
|
def caller2_reverse_chain(head: G4Node | t.CPtr) -> G4Node | t.CPtr: pass
|
|
|
|
def caller2_count_nodes(head: G4Node | t.CPtr) -> t.CInt: pass
|