18 lines
338 B
Python
18 lines
338 B
Python
"""
|
|
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
|