Files
TransPyC/Test/StringIterTest/temp/2255fdda7aed5595.pyi
2026-06-16 16:09:42 +08:00

38 lines
624 B
Python

"""
Auto-generated Python stub file from main.py
Module: main
"""
import t
import stdio
import string
import c
def test_string_ptr_iter() -> t.CInt: pass
def test_string_ascii_sum() -> t.CInt: pass
def test_manual_strcpy() -> t.CInt: pass
def test_ptr_offset_compare() -> t.CInt: pass
def test_manual_strlen() -> t.CInt: pass
def test_reverse_string_ptr() -> t.CInt: pass
def test_double_pointer() -> t.CInt: pass
def test_ptr_arithmetic() -> t.CInt: pass
def test_manual_strcmp() -> t.CInt: pass
class Vec2:
x: t.CInt
y: t.CInt
def test_struct_ptr_access() -> t.CInt: pass
def main() -> t.CInt: pass